Item | Description |
---|---|
IP Address |
The Internet address for this entity. |
TcpPort |
A TCP port other than the FCIP well-known port on which the FCIP entity listens for new TCP connection requests. |
SACK |
Whether the TCP Selective Acknowledgement Option is enabled to allow the receiver end to acknowledge multiple lost frames in a single ACK, enabling faster recovery. |
KeepAliveTimeout |
The TCP Keep alive timeout for all links within this entity. |
MinReTxTimeout |
The TCP minimum retransmit timeout for all the links on this entity. |
MaxReTx |
The Maximum number of times that the same item of data will be retransmitted over a TCP connection. If delivery is not acknowledged after this number of retransmissions then the connection is terminated. |
SendBufSize |
The aggregate TCP send window for all TCP connections on all Links within this entity. This value is used for Egress Flow Control. When the aggregate of the data queued on all connections within this entity reaches this value, the sender is flow controlled. |
MaxBandwidth |
This is an estimate of the Bandwidth of the network pipe used for the B-D product computation, which lets us derive the TCP receive window to advertise. |
MinAvailBandwidth |
The minimum available bandwidth for the TCP connections on the Links within this entity. |
Est Round Trip Time |
This is an estimate of the round trip delay of the network pipe used for the B-D product computation, which lets us derive the TCP receive window to advertise. |
PMTUEnable |
The path MTU discovery. |
ResetTimeout |
The time interval for which the discovered pathMTU is valid, before MSS reverts back to the negotiated TCP value. |
CWM Enable |
If true, congestion window monitoring is enabled. |
CWM Burst Size |
The maximum burst sent after a tcp sender idle period. |