On 26.09.2017 12:25, Gerhard Bertelsmann wrote:
Hi Hauke,
[snip]
root@LEDE:~# ping -qc 100 192.168.0.9
PING 192.168.0.9 (192.168.0.9): 56 data bytes
--- 192.168.0.9 ping statistics ---
100 packets transmitted, 100 packets received, 0% packet loss
round-trip min/avg/max = 0.363/0.514/0.813 ms
Hello all,
We have been exploring ways to improve the build times using a
pre-built host toolchain. The standard way of using an external
toolchain through make menuconfig is not appropriate for us because it
is not working correctly (and we use the same .config for developers
too). Unfortunatel
On 25-09-17 20:18, Felix Fietkau wrote:
> On 2017-09-25 15:36, Stijn Tintel wrote:
>> Since version 8.0, gdbserver seems to have a hard dependency on
>> libstdc++, even with --disable-libstdcxx.
>>
>> Fixes CVE-2017-9778.
>>
>> Signed-off-by: Stijn Tintel
>> ---
>> V2: add hard dependency on libst
On 26/09/17 16:51, Cristian Morales Vega wrote:
On 26 September 2017 at 15:41, Philipp Meier wrote:
Hi
When using umdns I experience the follow not expected behavior:
There is no mDNS response sent for a service where an announcement or a
response has been sent in the last 60 seconds (see s
On 26 September 2017 at 15:41, Philipp Meier wrote:
> Hi
>
> When using umdns I experience the follow not expected behavior:
>
> There is no mDNS response sent for a service where an announcement or a
> response has been sent in the last 60 seconds (see service.c function
> service_timeout).
>
> 1
Hi
When using umdns I experience the follow not expected behavior:
There is no mDNS response sent for a service where an announcement or a
response has been sent in the last 60 seconds (see service.c function
service_timeout).
1. I started the LEDE device
2. Then I started a PC application
3
OK - I provided a patch for this change ([PATCH] Remove ttl==255
restriction for queries).
Additionally I sent two other patches:
1. [PATCH] umdns: Remove incorrect comma in hhtp service json config
2. [PATCH] umdns: Add debug output for service_timeout
Philipp
On 09/25/2017 06:45 PM, John Cri
Hi Hauke,
Am 2017-09-25 22:10, schrieb Hauke Mehrtens:
On 09/25/2017 08:47 AM, Gerhard Bertelsmann wrote:
Hi Hauke,
Am 2017-09-25 00:14, schrieb Hauke Mehrtens:
On 09/24/2017 04:39 PM, Hauke Mehrtens wrote:
On 09/24/2017 12:27 AM, Lucian Cristian wrote:
On 23.09.2017 19:03, Gerhard Bertelsm
Debug output for case where no response is sent out due to service_timeout.
This would have saved me some ours in finding out why an mDNS query did
not get any response.
Signed-off-by: Philipp Meier
---
service.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/service.c
Remove trailing comma in http service json configuration file
Signed-off-by: Philipp Meier
---
json/http.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/json/http.json b/json/http.json
index cf60532..2a7b50a 100644
--- a/json/http.json
+++ b/json/http.json
@@ -1,3 +1,3 @@
This commit removes ttl==255 restriction for queries.
Newer mDNS implementations use ttl != 255 when sending queries.
Signed-off-by: Philipp Meier
---
interface.c | 6 --
1 file changed, 6 deletions(-)
diff --git a/interface.c b/interface.c
index 3904c89..7f814d2 100644
--- a/interface.c
11 matches
Mail list logo