This sets default MTU (maximum transmission unit) for connection negotiation.
While allowed for connected socket, it has no effect if the negotiation has already completed.
Setting it on listening socket will propagate the value for all incoming connections.
| C# | Visual Basic |
public const SocketOptionName SetMtu
Public Const SetMtu As SocketOptionName