-
As of an update last week, DNS queries do not succeed on my Pixel. My DNS settings in Tailscale are as such:
- Magic DNS is not enabled
- nameserver set to my Pi running pihole's Tailscale IP
- Spli…
-
**Description**
Loopback address should be 127.0.0.1/8, not 127.0.0.1/32 .
**Steps to reproduce**
```console
$ docker run --rm --runtime runsc alpine ip addr show dev lo
1: lo: mtu 65536
…
-
When doing the async/await wrappers I'm running into some design issues whose root cause I think is SocketSet.
Overview of what I'm trying to do:
- It has to work without `alloc`.
- There's one…
-
Hello,
I need to enable the promiscuous mode on a Z1 mote in Cooja (not on real mote). Actually my end goal is to measure some stats at the sniffer and send them to the sink.
I tried to change the…
-
I have two vmx configured in the docker-compose.yml but only one is up. I reconfigured huge memory to 4GB instead 2GB. Still the same result.
```
dqi@dev-10-42-3-111:~/work-dev/robot$ cat docker-…
-
Series of small read()'s should not generate stream of tiny ACK's.
majek updated
4 years ago
-
I try the the multicast example and it works properly. The root sends a message and all (sink) nodes receive it. But I want the nodes to be able to send messages back to the root. How can I do it ?
I…
-
I am trying to build softAP example with ESP-IDF v4.3-dev-903-g754782039-dirty, cloned from master branch of this repo. But no mather if I set-target to esp32 or esp32s2 i got this error during buildi…
-
If the vMotion vmkernel interface is not using the default TCP/IP stack, the vmkping command fails and Hypercheck fails the test. There are 2 improvements that should be made to this script:
1. Do …
-
hello,
Since with our testing with cloned contiki-ng version 4.5, I just found out sometimes a pair of node cannot connect(gw failed to receive KA right after node receiving EB and sending out KA). I…