Skip to:
Our current code uses Socket.IOControl which doesn't work on Linux.
Instead use socket.SetSocketOption, this is made available in all dotnetcore and standard versions.
source : https://github.com/dotnet/runtime/issues/24041socket.SetSocketOption
Our current code uses Socket.IOControl which doesn't work on Linux.
Instead use socket.SetSocketOption, this is made available in all dotnetcore and standard versions.
source : https://github.com/dotnet/runtime/issues/24041
socket.SetSocketOption