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.


Field Summary
static int MAXIMIZE_RELIABILITY
           
static int MAXIMIZE_THROUGHPUT
           
static int MINIMIZE_DELAY
           
static int MINIMIZE_MONETARY_COST
           
 

Field Detail

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