J-Sim v1.2.1-p7 API

drcl.inet.transport
Interface TCPConstants

All Known Implementing Classes:
TCP, TCP_full, TCPSink

public interface TCPConstants


Field Summary
static java.lang.String ACK_EVENT
          Name of the sequence number received event.
static java.lang.String ACK_PORT_ID
          Port ID of the sequence number received event port.
static int CLOSE_WAIT
           
static int CLOSED
           
static int CLOSING
           
static java.lang.String CWND_EVENT
          Name of the congestion window changed event.
static java.lang.String CWND_PORT_ID
          Port ID of the congestion window changed event port.
static int DEFAULT_PID
           
static int DELAY_ACK
          The delay ACK timeout event ID.
static int ESTABLISHED
           
static int ESTABLISHED_FIN
           
static int ESTABLISHED_OVER
           
static int FIN_WAIT_1
           
static int FIN_WAIT_2
           
static int LAST_ACK
           
static int LISTEN
           
static int LISTEN1
           
static int LISTEN2
           
static java.lang.String NEW_RENO
           
static int PRE_CLOSED
           
static int PRE_LAST_ACK
           
static int PRE_SYN_SENT
           
static int RECEIVE
           
static java.lang.String RENO
           
static int RTT_EVT
          Vegas RTT timeout event ID.
static java.lang.String RTTVAR_EVENT
          Name of the RTTVAR event.
static java.lang.String RTTVAR_PORT_ID
          Port ID of the RTTVAR event port.
static int RXT_EVT
          Retransmission timeout event ID.
static int SEND
           
static java.lang.String SEQNO_EVENT
          Name of the sequence number sent/received event.
static java.lang.String SEQNO_PORT_ID
          Port ID of the sequence number sent/received event port.
static java.lang.String SEQNO_RCV_EVENT
          Name of the sequence number received event.
static java.lang.String SEQNO_RCV_PORT_ID
          Port ID of the sequence number received event port.
static java.lang.String SEQNO_SENT_EVENT
          Name of the sequence number sent event.
static java.lang.String SEQNO_SENT_PORT_ID
          Port ID of the sequence number sent event port.
static java.lang.String SRTT_EVENT
          Name of the SRTT event.
static java.lang.String SRTT_PORT_ID
          Port ID of the SRTT event port.
static java.lang.String SST_EVENT
          Name of the slow start threshold changed event.
static java.lang.String SST_PORT_ID
          Port ID of the slow start threshold changed event port.
static java.lang.String[] STATES
           
static int SYN_RCVD
           
static int SYN_SENT
           
static java.lang.String TAHOE
           
static int TIME_WAIT
           
static java.lang.String[] TIMEOUT_TYPES
           
static java.lang.String VEGAS
           
 

Field Detail

DEFAULT_PID

public static final int DEFAULT_PID
See Also:
Constant Field Values

CWND_PORT_ID

public static final java.lang.String CWND_PORT_ID
Port ID of the congestion window changed event port.

See Also:
Constant Field Values

SST_PORT_ID

public static final java.lang.String SST_PORT_ID
Port ID of the slow start threshold changed event port.

See Also:
Constant Field Values

SRTT_PORT_ID

public static final java.lang.String SRTT_PORT_ID
Port ID of the SRTT event port.

See Also:
Constant Field Values

RTTVAR_PORT_ID

public static final java.lang.String RTTVAR_PORT_ID
Port ID of the RTTVAR event port.

See Also:
Constant Field Values

SEQNO_PORT_ID

public static final java.lang.String SEQNO_PORT_ID
Port ID of the sequence number sent/received event port.

See Also:
Constant Field Values

ACK_PORT_ID

public static final java.lang.String ACK_PORT_ID
Port ID of the sequence number received event port.

See Also:
Constant Field Values

SEQNO_SENT_PORT_ID

public static final java.lang.String SEQNO_SENT_PORT_ID
Port ID of the sequence number sent event port.

See Also:
Constant Field Values

SEQNO_RCV_PORT_ID

public static final java.lang.String SEQNO_RCV_PORT_ID
Port ID of the sequence number received event port.

See Also:
Constant Field Values

CWND_EVENT

public static final java.lang.String CWND_EVENT
Name of the congestion window changed event.

See Also:
Constant Field Values

SST_EVENT

public static final java.lang.String SST_EVENT
Name of the slow start threshold changed event.

See Also:
Constant Field Values

SRTT_EVENT

public static final java.lang.String SRTT_EVENT
Name of the SRTT event.

See Also:
Constant Field Values

RTTVAR_EVENT

public static final java.lang.String RTTVAR_EVENT
Name of the RTTVAR event.

See Also:
Constant Field Values

SEQNO_EVENT

public static final java.lang.String SEQNO_EVENT
Name of the sequence number sent/received event.

See Also:
Constant Field Values

SEQNO_SENT_EVENT

public static final java.lang.String SEQNO_SENT_EVENT
Name of the sequence number sent event.

See Also:
Constant Field Values

SEQNO_RCV_EVENT

public static final java.lang.String SEQNO_RCV_EVENT
Name of the sequence number received event.

See Also:
Constant Field Values

ACK_EVENT

public static final java.lang.String ACK_EVENT
Name of the sequence number received event.

See Also:
Constant Field Values

RXT_EVT

public static final int RXT_EVT
Retransmission timeout event ID.

See Also:
Constant Field Values

RTT_EVT

public static final int RTT_EVT
Vegas RTT timeout event ID.

See Also:
Constant Field Values

DELAY_ACK

public static final int DELAY_ACK
The delay ACK timeout event ID.

See Also:
Constant Field Values

TIMEOUT_TYPES

public static final java.lang.String[] TIMEOUT_TYPES

RENO

public static final java.lang.String RENO
See Also:
Constant Field Values

TAHOE

public static final java.lang.String TAHOE
See Also:
Constant Field Values

VEGAS

public static final java.lang.String VEGAS
See Also:
Constant Field Values

NEW_RENO

public static final java.lang.String NEW_RENO
See Also:
Constant Field Values

CLOSED

public static final int CLOSED
See Also:
Constant Field Values

LISTEN

public static final int LISTEN
See Also:
Constant Field Values

SYN_RCVD

public static final int SYN_RCVD
See Also:
Constant Field Values

SYN_SENT

public static final int SYN_SENT
See Also:
Constant Field Values

ESTABLISHED

public static final int ESTABLISHED
See Also:
Constant Field Values

FIN_WAIT_1

public static final int FIN_WAIT_1
See Also:
Constant Field Values

CLOSING

public static final int CLOSING
See Also:
Constant Field Values

FIN_WAIT_2

public static final int FIN_WAIT_2
See Also:
Constant Field Values

TIME_WAIT

public static final int TIME_WAIT
See Also:
Constant Field Values

CLOSE_WAIT

public static final int CLOSE_WAIT
See Also:
Constant Field Values

LAST_ACK

public static final int LAST_ACK
See Also:
Constant Field Values

PRE_SYN_SENT

public static final int PRE_SYN_SENT
See Also:
Constant Field Values

PRE_CLOSED

public static final int PRE_CLOSED
See Also:
Constant Field Values

PRE_LAST_ACK

public static final int PRE_LAST_ACK
See Also:
Constant Field Values

SEND

public static final int SEND
See Also:
Constant Field Values

RECEIVE

public static final int RECEIVE
See Also:
Constant Field Values

LISTEN1

public static final int LISTEN1
See Also:
Constant Field Values

ESTABLISHED_OVER

public static final int ESTABLISHED_OVER
See Also:
Constant Field Values

LISTEN2

public static final int LISTEN2
See Also:
Constant Field Values

ESTABLISHED_FIN

public static final int ESTABLISHED_FIN
See Also:
Constant Field Values

STATES

public static final java.lang.String[] STATES

J-Sim v1.2.1-p7 API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~