Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPStatus.cs
Go to the documentation of this file.
2
3public enum IPStatus
4{
5 Success = 0,
11 NoResources = 11006,
12 BadOption = 11007,
13 HardwareError = 11008,
14 PacketTooBig = 11009,
15 TimedOut = 11010,
16 BadRoute = 11012,
17 TtlExpired = 11013,
19 ParameterProblem = 11015,
20 SourceQuench = 11016,
21 BadDestination = 11018,
23 TimeExceeded = 11041,
24 BadHeader = 11042,
26 IcmpError = 11044,
28 Unknown = -1
29}