Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SocketOptionName.cs
Go to the documentation of this file.
1namespace System.Net.Sockets;
2
3public enum SocketOptionName
4{
5 Debug = 1,
7 ReuseAddress = 4,
8 KeepAlive = 8,
9 DontRoute = 16,
10 Broadcast = 32,
11 UseLoopback = 64,
12 Linger = 128,
13 OutOfBandInline = 256,
14 DontLinger = -129,
16 SendBuffer = 4097,
17 ReceiveBuffer = 4098,
18 SendLowWater = 4099,
19 ReceiveLowWater = 4100,
20 SendTimeout = 4101,
21 ReceiveTimeout = 4102,
22 Error = 4103,
23 Type = 4104,
24 ReuseUnicastPort = 12295,
25 MaxConnections = int.MaxValue,
26 IPOptions = 1,
28 TypeOfService = 3,
29 IpTimeToLive = 4,
33 AddMembership = 12,
34 DropMembership = 13,
35 DontFragment = 14,
38 BlockSource = 17,
39 UnblockSource = 18,
41 HopLimit = 21,
43 IPv6Only = 27,
44 NoDelay = 1,
45 BsdUrgent = 2,
46 Expedited = 2,
50 NoChecksum = 1,
52 UpdateAcceptContext = 28683,
54}