SctpRtoReq

Namespace inet

SctpRtoReq

class

(no description)

Extends

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

Fields

Name Type Description
rtoInitial double
rtoMin double
rtoMax double

Source code

class SctpRtoReq extends SctpCommandReq
{
    double rtoInitial;
    double rtoMin;
    double rtoMax;
}

File: src/inet/transportlayer/contract/sctp/SctpCommand.msg