Closed mrekucci closed 2 years ago
confirmed that on Linux the resume signal is syscall.SIGCONT (12)
@mrekucci I've been looking into the last point, trying to asses if we are connected to a network. So basically there are two layer:
192.168.0.16/24
ip.Not sure which one is the right way to go.
not sure if the second point was a question, but I double checked.
if the network interface is down then the error returned is being successfully detected by topology.isNetworkError
isNetworkError
returns true when the network interface is being disabled: https://github.com/ethersphere/bee/blob/master/pkg/topology/kademlia/kademlia.go#L1626