BogdanovKirill / RtspClientSharp

Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
MIT License
706 stars 284 forks source link

SIO_UDP_CONNRESET: prevent exception throwing on unsupported platforms #87

Open Grandbrain opened 4 years ago

Grandbrain commented 4 years ago

SIO_UDP_CONNRESET code doesn't work under Linux. I tried to find out why, and came to the conclusion that this is Windows-specific thing.