Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ProtocolType.cs
Go to the documentation of this file.
1namespace System.Net.Sockets;
2
3public enum ProtocolType
4{
5 IP = 0,
7 Icmp = 1,
8 Igmp = 2,
9 Ggp = 3,
10 IPv4 = 4,
11 Tcp = 6,
12 Pup = 12,
13 Udp = 17,
14 Idp = 22,
15 IPv6 = 41,
20 IcmpV6 = 58,
23 ND = 77,
24 Raw = 255,
25 Unspecified = 0,
26 Ipx = 1000,
27 Spx = 1256,
28 SpxII = 1257,
29 Unknown = -1
30}