acud

Results 49 comments of acud

tried again. can't reproduce

=== RUN TestBackoff kademlia_test.go:916: timed out waiting for counter to reach expected value. got 1 want 2 --- FAIL: TestBackoff (6.13s)

They are not duplicates. The two are used to disambiguate whether the node has started successfully or not. If you'd look into the router endpoint setup, you'll see that the...

@ldeffenb is this happening on the testnet? can you still reproduce the problem?

nm I can reproduce this easily on the testnet... will look into this...

> IPv4 connectivity is lost but IPv6 connectivity remains. huh?

I'm not sure if there's anything we could do about this... Not really sure how to address this specific edge case. The even bigger problem is that IPv6 connectivity is...

also please do not merge until the next release is out

can you try to change this in the makefile: `build: CGO_ENABLED=0` to `build: CGO_ENABLED=1`?

> I guess @acud also found these Actually I haven't, but it is known that when compiling with CGO, some other DNS resolver gets dynamically linked :shrug: So it seemed...