2871781f64
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 |
||
---|---|---|
.. | ||
database_test.go | ||
database.go | ||
node_test.go | ||
node.go | ||
table_test.go | ||
table.go | ||
udp_notwindows.go | ||
udp_test.go | ||
udp_windows.go | ||
udp.go |