-
Recently, I tried to build with an updated source and I saw the error below.
There was no problem with the previous revision.
$ go get -v -ldflags="-s -w" -trimpath github.com/imgk/shadow
go: dow…
-
Trying to build Contiki's rpl-udp (/home/jovyan/contiki-ng/iot-lab-contiki-ng/contiki-ng/examples/rpl-udp) example but it causes "implicit declaration of function" error:
```
make: Entering direct…
-
Linux doubles the value and the doubled value is returned in getsockopt. Linux doubles it to account for overheads like SKB etc. In netstack we don't do fine grained memory account of network buffers …
-
What should I do if I want to reference the internal NetStack
-
I have tried as guide port Simplelink SDK to 4.20.00.00, but code will stuck at sched.c at netstack_sched_fs at RF_runCmd netstack_cmd_fs. no return and watchdog will timeout.
If we want to try new S…
-
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…
-
Series of small read()'s should not generate stream of tiny ACK's.
majek updated
4 years ago