Maximum size of data that can be sent over the network. Must be less than 64K.
The larger the value, the more memory used for receive buffers.

C# | Visual Basic | Managed C++ |
public uint MTU { get; set; }
Public Property MTU As UInteger
public: property unsigned int MTU { unsigned int get (); void set (unsigned int value); }