C# Class SharpPcap.Packets.IPv4Packet.TypesOfService_Fields

Type of service code constants for IP. Type of service describes how a packet should be handled.

TOS is an 8-bit record in an IP header which contains a 3-bit precendence field, 4 TOS bit fields and a 0 bit.

The following constants are bit masks which can be logically and'ed with the 8-bit IP TOS field to determine what type of service is set.

Taken from TCP/IP Illustrated V1 by Richard Stevens, p34.

Exibir arquivo Open project: Zepheus/Fiesta_Utils

Public Properties

Property Type Description
MAXIMIZE_RELIABILITY int
MAXIMIZE_THROUGHPUT int
MINIMIZE_DELAY int
MINIMIZE_MONETARY_COST int
UNUSED int

Property Details

MAXIMIZE_RELIABILITY public_oe static_oe property

public static int MAXIMIZE_RELIABILITY
return int

MAXIMIZE_THROUGHPUT public_oe static_oe property

public static int MAXIMIZE_THROUGHPUT
return int

MINIMIZE_DELAY public_oe static_oe property

public static int MINIMIZE_DELAY
return int

MINIMIZE_MONETARY_COST public_oe static_oe property

public static int MINIMIZE_MONETARY_COST
return int

UNUSED public_oe static_oe property

public static int UNUSED
return int