TcpTahoeRenoFamilyStateVariables

Namespace inet::tcp

TcpTahoeRenoFamilyStateVariables

struct

State variables for TcpTahoeRenoFamily.

Extends

Name Type Description
TcpBaseAlgStateVariables (unknown -- not in documented files)

Fields

Name Type Description
ssthresh uint32_t

< slow start threshold

Source code

///
/// State variables for TcpTahoeRenoFamily.
///
struct TcpTahoeRenoFamilyStateVariables extends TcpBaseAlgStateVariables
{
    @descriptor(readonly);

    uint32_t ssthresh; ///< slow start threshold
}

File: src/inet/transportlayer/tcp/flavours/TcpTahoeRenoFamilyState.msg