Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
ProtocolFamily.cs
Go to the documentation of this file.
1namespace System.Net.Sockets;
2
3public enum ProtocolFamily
4{
5 Unknown = -1,
6 Unspecified = 0,
7 Unix = 1,
8 InterNetwork = 2,
9 ImpLink = 3,
10 Pup = 4,
11 Chaos = 5,
12 NS = 6,
13 Ipx = 6,
14 Iso = 7,
15 Osi = 7,
16 Ecma = 8,
17 DataKit = 9,
18 Ccitt = 10,
19 Sna = 11,
20 DecNet = 12,
21 DataLink = 13,
22 Lat = 14,
23 HyperChannel = 15,
24 AppleTalk = 16,
25 NetBios = 17,
26 VoiceView = 18,
27 FireFox = 19,
28 Banyan = 21,
29 Atm = 22,
30 InterNetworkV6 = 23,
31 Cluster = 24,
32 Ieee12844 = 25,
33 Irda = 26,
35 Max = 29,
36 Packet = 65536,
38}