Documentation for a minimal subset of the QSM API
MTU Property
Namespaces > QS.CMS.Framework2 > ClientConfiguration > MTU
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.
Syntax
C#Visual BasicManaged C++
public uint MTU { get; set; }
Public Property MTU As UInteger
public:
property unsigned int MTU {
	unsigned int get ();
	void set (unsigned int value);
}

Assembly: QuickSilver_3 (Module: QuickSilver_3) Version: 1.0.2647.33823