diff --git a/srtcore/channel.cpp b/srtcore/channel.cpp index 00495112d..49561b7c7 100644 --- a/srtcore/channel.cpp +++ b/srtcore/channel.cpp @@ -544,7 +544,6 @@ EReadStatus CChannel::recvfrom(sockaddr* addr, CPacket& packet) const // These below errors are treated as "fatal", all others are treated as "again". static const int fatals [] = { - WSAECONNRESET, WSAEFAULT, WSAEINVAL, WSAENETDOWN,