ExpandMTUFailAttempts Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the number of failed expand mtu attempts to perform before setting final MTU

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public int ExpandMTUFailAttempts { get; set; }
Visual Basic
Public Property ExpandMTUFailAttempts As Integer
	Get
	Set
Visual C++
public:
property int ExpandMTUFailAttempts {
	int get ();
	void set (int value);
}

See Also