Click or drag to resize
IpFlag Enumeration
Represents the Flags field of an IP-packet.

Namespace: Network.Sim.Network.Ip
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[FlagsAttribute]
public enum IpFlag
Members
  Member nameValueDescription
DontFragment1 If DontFrament is specified and fragmentation is required to route the packet, then the packet is dropped.
MoreFragments2 Set if the packet is a fragmented packet.
See Also