80O / PlusEMU

39 stars 26 forks source link

Remove Socket.DontFragment #147

Closed TheRevenge closed 2 years ago

TheRevenge commented 2 years ago

The DontFragment property has no effect on a TCP socket, see this. I'm also proposing to remove it because this operation is not supported on macOS (throws SocketException).

I didn't see any changes after removing this, but feel free to make further testing before merging.