| IpFlag Enumeration |
Namespace: Network.Sim.Network.Ip
[FlagsAttribute] public enum IpFlag
| Member name | Value | Description | |
|---|---|---|---|
| DontFragment | 1 | If DontFrament is specified and fragmentation is required to route the packet, then the packet is dropped. | |
| MoreFragments | 2 | Set if the packet is a fragmented packet. |