Click or drag to resize

NetPeerConfigurationMaximumTransmissionUnit Property

Gets or sets the maximum amount of bytes to send in a single packet, excluding ip, udp and lidgren headers. Cannot be changed once NetPeer is initialized.

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int MaximumTransmissionUnit { get; set; }

Property Value

Type: Int32
See Also