net.sourceforge.jpcap.net
Interface TypesOfService
- public interface TypesOfService
Type of service code constants for IP.
TOS is a 3-bit precedence field which describes how a packet should
be handled.
Taken from TCP/IP Illustrated V1 by Richard Stevens, p34.
MINIMIZE_DELAY
public static final int MINIMIZE_DELAY
MAXIMIZE_THROUGHPUT
public static final int MAXIMIZE_THROUGHPUT
MAXIMIZE_RELIABILITY
public static final int MAXIMIZE_RELIABILITY
MINIMIZE_MONETARY_COST
public static final int MINIMIZE_MONETARY_COST