status-go/discovery
Dmitry Shulyak f151be54c6
Close both sides of the stream when client is done with request (#1313)
Libp2p keeps stream open if EOF wasn't seen and we called Close method.
The most important change is that reader now uses FullClose util, that will
wait for EOF character before closing the stream.
2019-01-02 09:45:52 +02:00
..
discovery.go Add rendezvous implementation for discovery interface 2018-07-25 15:10:57 +03:00
discv5.go update to geth v1.8.20 (#1327) 2018-12-19 11:02:07 +01:00
muxer.go Implement discovery multiplexer 2018-08-01 08:28:49 +03:00
muxer_test.go Implement discovery multiplexer 2018-08-01 08:28:49 +03:00
proxy.go Upgrade geth 1.8.17 plus add metrics during compilation time (#1273) 2018-11-14 08:03:58 +01:00
proxy_test.go Limit number of proxied records and proxy only recently observed nodes (#1227) 2018-10-08 08:24:39 +03:00
rendezvous.go Close both sides of the stream when client is done with request (#1313) 2019-01-02 09:45:52 +02:00
rendezvous_test.go Upgrade geth 1.8.17 plus add metrics during compilation time (#1273) 2018-11-14 08:03:58 +01:00