quorum/p2p
Felix Lange 5110f80bba p2p: improve read deadlines
There are now two deadlines, frameReadTimeout and payloadReadTimeout.

The frame timeout is longer and allows for connections that are idle.
The message timeout is still short and ensures that we don't get stuck
in the middle of a message.
2015-02-13 14:44:00 +01:00
..
discover p2p/discover: map listening port using configured mechanism 2015-02-13 11:39:32 +01:00
nat p2p/nat: new package for port mapping stuff 2015-02-13 11:39:31 +01:00
crypto.go p2p: integrate p2p/discover 2015-02-06 00:00:36 +01:00
crypto_test.go p2p: integrate p2p/discover 2015-02-06 00:00:36 +01:00
message.go p2p: improve read deadlines 2015-02-13 14:44:00 +01:00
message_test.go p2p: integrate p2p/discover 2015-02-06 00:00:36 +01:00
peer.go p2p: improve read deadlines 2015-02-13 14:44:00 +01:00
peer_error.go p2p: fixes for actual connections 2015-02-07 00:43:52 +01:00
peer_test.go p2p: fixes for actual connections 2015-02-07 00:43:52 +01:00
protocol.go p2p: integrate p2p/discover 2015-02-06 00:00:36 +01:00
server.go p2p/discover: map listening port using configured mechanism 2015-02-13 11:39:32 +01:00
server_test.go cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestions 2015-02-07 00:46:56 +01:00
testlog_test.go p2p: integrate p2p/discover 2015-02-06 00:00:36 +01:00