DescriptionUDP transient errors should not be fatal
These two errors are not fatal:
net::ERR_OUT_OF_MEMORY
This is caused by ENOBUFS which means the buffer of the network
interface is full
net::ERR_CONNECTION_RESET
This is caused by WSAENETRESET or WSAECONNRESET which means the
last send resulted in an ICMP Port Unreachable message.
BUG=237413
R=sergeyu@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197822
Patch Set 1 #Patch Set 2 : done #Messages
Total messages: 6 (0 generated)
|