quorum/p2p/discover
Felix Lange 2871781f64 p2p/discover: fix Windows-specific issue for larger-than-buffer packets
On Windows, UDPConn.ReadFrom returns an error for packets larger
than the receive buffer. The error is not marked temporary, causing
our loop to exit when the first oversized packet arrived. The fix
is to treat this particular error as temporary.

Fixes: #1579, #2087
Updates: #2082
2016-01-22 23:44:25 +01:00
..
database.go p2p/discover: fix race involving the seed node iterator 2015-09-30 16:23:03 +02:00
database_test.go p2p/discover: support incomplete node URLs, add Resolve 2015-12-17 23:38:54 +01:00
node.go p2p, p2p/discover: track bootstrap state in p2p/discover 2015-12-17 23:38:54 +01:00
node_test.go p2p/discover: support incomplete node URLs, add Resolve 2015-12-17 23:38:54 +01:00
table.go p2p, p2p/discover: track bootstrap state in p2p/discover 2015-12-17 23:38:54 +01:00
table_test.go p2p/discover: support incomplete node URLs, add Resolve 2015-12-17 23:38:54 +01:00
udp.go p2p/discover: fix Windows-specific issue for larger-than-buffer packets 2016-01-22 23:44:25 +01:00
udp_notwindows.go p2p/discover: fix Windows-specific issue for larger-than-buffer packets 2016-01-22 23:44:25 +01:00
udp_test.go p2p/discover: fix Windows-specific issue for larger-than-buffer packets 2016-01-22 23:44:25 +01:00
udp_windows.go p2p/discover: fix Windows-specific issue for larger-than-buffer packets 2016-01-22 23:44:25 +01:00