crioto

Results 13 issues of crioto

Driver that is being installed currently is obsolete.

In version 1.12 of Go a `Sysconn` was introduced to `os.File` for ioctl calls, that is used for setting up device. Currently p2p doesn't support polling and during the process...

bug

We have a peer where all instances were gone, but p2p was up and running (no daemon restarts). User reports that this probably happened while he was destroying a bunch...

bug
need to reproduce

* Peer is on VMWare on Windows * Connection is unstable (packet loss and unstable latency from 200 to 300 ms) * Connection switches from proxy to direct connection *...

New protocol must be back compatible with previous protocol.

enhancement

Our plan is to rename DHT into a Discovery service and get rid off Google Protobuf and start using common P2P protocol for peer discovery

Implement global health check that will restart daemon execution from scratch on critical problems.

enhancement

We can use `github.com/ccding/go-stun/stun` to get outbound IP and NAT type. Currently we use DHT server to determine IP. In order to support proxies inside p2p clients we need to...

enhancement