com.sun.spot.peripheral.radio.mhrp.aodv
Class Constants
java.lang.Object
com.sun.spot.peripheral.radio.mhrp.aodv.Constants
public class Constants
- extends Object
- Version:
- 0.1
- Author:
- Allen Ajit George
NET_DIAMETER
public static final int NET_DIAMETER
- See Also:
- Constant Field Values
NUM_LONG_BYTES
public static final int NUM_LONG_BYTES
- See Also:
- Constant Field Values
INVALID_SEQUENCE_NUMBER
public static final int INVALID_SEQUENCE_NUMBER
- See Also:
- Constant Field Values
UNKNOWN_SEQUENCE_NUMBER
public static final int UNKNOWN_SEQUENCE_NUMBER
- See Also:
- Constant Field Values
FIRST_VALID_SEQUENCE_NUMBER
public static final int FIRST_VALID_SEQUENCE_NUMBER
- See Also:
- Constant Field Values
AODV_PROTOCOL_NUMBER
public static final byte AODV_PROTOCOL_NUMBER
- See Also:
- Constant Field Values
INVALID_NEXT_HOP
public static final long INVALID_NEXT_HOP
- See Also:
- Constant Field Values
QUEUE_TIMEOUT
public static final long QUEUE_TIMEOUT
- See Also:
- Constant Field Values
MAX_32_BIT_UNSIGNED_INT
public static final long MAX_32_BIT_UNSIGNED_INT
- See Also:
- Constant Field Values
RREQ_RETRIES
public static final int RREQ_RETRIES
- See Also:
- Constant Field Values
RREQ_RATELIMIT
public static final int RREQ_RATELIMIT
- See Also:
- Constant Field Values
RERR_RATELIMIT
public static final int RERR_RATELIMIT
- See Also:
- Constant Field Values
NODE_TRAVERSAL_TIME
public static final long NODE_TRAVERSAL_TIME
- See Also:
- Constant Field Values
NET_TRAVERSAL_TIME
public static final long NET_TRAVERSAL_TIME
- See Also:
- Constant Field Values
PATH_DISCOVERY_TIME
public static final long PATH_DISCOVERY_TIME
- See Also:
- Constant Field Values
ACTIVE_ROUTE_TIMEOUT
public static final long ACTIVE_ROUTE_TIMEOUT
- See Also:
- Constant Field Values
DELETE_PERIOD
public static final long DELETE_PERIOD
- See Also:
- Constant Field Values
REQUEST_GRACE_PERIOD
public static final long REQUEST_GRACE_PERIOD
- See Also:
- Constant Field Values
NEXT_HOP_WAIT
public static final long NEXT_HOP_WAIT
- See Also:
- Constant Field Values
BLACKLIST_TIMEOUT
public static final long BLACKLIST_TIMEOUT
- See Also:
- Constant Field Values
EXPIRY_TIME_DELTA
public static final long EXPIRY_TIME_DELTA
- See Also:
- Constant Field Values
ALLOWED_HELLO_LOSS
public static final int ALLOWED_HELLO_LOSS
- See Also:
- Constant Field Values
HELLO_INTERVAL
public static final long HELLO_INTERVAL
- See Also:
- Constant Field Values
RREQ_TYPE
public static final byte RREQ_TYPE
- See Also:
- Constant Field Values
RREP_TYPE
public static final byte RREP_TYPE
- See Also:
- Constant Field Values
RERR_TYPE
public static final byte RERR_TYPE
- See Also:
- Constant Field Values
REQUEST_TABLE_CLEANER_SLEEP_TIME
public static final long REQUEST_TABLE_CLEANER_SLEEP_TIME
- See Also:
- Constant Field Values
ROUTING_TABLE_CLEANER_SLEEP_TIME
public static final long ROUTING_TABLE_CLEANER_SLEEP_TIME
- See Also:
- Constant Field Values
Constants
public Constants()
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.