-
At the start of timeslots we do this:
```
if(is_active_slot) {
[...]
/* Turn the radio on already here if configured so; necessary for radios with slow startup */
…
-
tcpip.SlicePayload implements Get() as follows.
// Get implements Payload.
func (s SlicePayload) Get(size int) ([]byte, *Error) {
if size > s.Size() {
size = s.Size()
}
return s[:size], …
-
Continued from https://github.com/hanwen/go-fuse/pull/262
the NodeFS + PathFS api is clunky.
Problems:
* too many different locks
* submounts is a dubious feature.
* nlookup / forget handling…
-
When building and running the docker file include to build i get the following errors. Trying to run it gives similar errors
```
root@de7c4ecf2c7e:/go/src/app# GOOS=linux go build -o tun2socks_lin…
-
Hello,
I get this error while trying to compile using command `go get -u -v github.com/FlowerWrong/tun2socks/cmd`:
`src/github.com/FlowerWrong/tun2socks/util/port.go:10:26: cannot use func literal…
-
I'm trying to build the contiki 3.x branch pulled from master today for the avr-atmega128rfa1 target, however I'm getting a compiler error.
My makefile looks as follows:
```
CONTIKI_PROJECT=domotic…
-
Hi,
I want to ask if there is any way I can pass the information to the Border router.
I have used the net-uart program and made this to work as a border router. But when I started tunslip6 it shows…
-
Hi,
I'm running a test with 11 zoul (1 Root, 10 client).
But Root always get 9 clients info not 10.
only 9 clients would join the group, there was one client not joined.
Not joined node was not s…
-
##### SUMMARY
Module is searching for port group in esxi while editing value in vmk nic but, actually no port groups are configured in esxi side.
##### ISSUE TYPE
- Bug Report
###…
-
https://github.com/invertedtomato/integer-compression/blob/8b0b80f1e74340b90cc9726c1bf944dbca93b24d/Library/Compression/Integers/Wave3/FibonacciCodec.cs#L26
These numbers are eternal.
https://gi…