Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ProtocolType

Enumerator
IP 
IPv6HopByHopOptions 
Icmp 
Igmp 
Ggp 
IPv4 
Tcp 
Pup 
Udp 
Idp 
IPv6 
IPv6RoutingHeader 
IPv6FragmentHeader 
IPSecEncapsulatingSecurityPayload 
IPSecAuthenticationHeader 
IcmpV6 
IPv6NoNextHeader 
IPv6DestinationOptions 
ND 
Raw 
Unspecified 
Ipx 
Spx 
SpxII 
Unknown 

Definition at line 3 of file ProtocolType.cs.

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}