net icon indicating copy to clipboard operation
net copied to clipboard

DEPRECATED: Moved to https://github.com/skycoin/skywire/tree/master/pkg/net

Results 38 net issues
Sort by recently updated
recently updated
newest added

Connections can be configured to automatically retry. This retry needs to use backoff (e.g. https://github.com/cenkalti/backoff) to avoid causing a DDOS on the discovery server.

Currently, some endpoints from https://github.com/skycoin/net/blob/master/skycoin-messenger/monitor/monitor.go (used in Skywire) respond with plaintext and some with json. It would be ideal to have all of them return json with proper http response...

Need a .travis.yml file that runs tests and makes sure the code builds, and this should be enforced for pull requests

Run Messenger server in Docker container .

And I see some BBR and FEC keywords in UDP implement. So, what's its intention? Low latency or high throughput? Thank you.

implement congestion algorithm