Fields (4)
Namespace: SchwabenCode.QuickIO

Syntax

public static class QuickIORecommendedValues

Summary

Various default and recommended values for different operations, connections and API calls

Fields

DefaultReadBufferBytes

Recommended buffer byte size for default read operations

public const Int32 DefaultReadBufferBytes

Constant Value

4096

MTUMaxPackageBytes

Recommended size of Byte packages for local ethernet connections

public const Int32 MTUMaxPackageBytes

Constant Value

1500

SMBMaxPackageBytes

Recommended size of Byte packages for SMB connections

public const Int32 SMBMaxPackageBytes

Constant Value

61440

Remarks

See http://support.microsoft.com/kb/223140

TCPMaxPackageBytes

Recommended size of Byte packages for TCP connections

public const Int32 TCPMaxPackageBytes

Constant Value

65535

Classdiagram

save

reset

Drag to pan - Use Mousewheel + Ctrl to zoom