SctpRcvReq

Namespace inet

SctpRcvReq

class

(no description)

Extends

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

Fields

Name Type Description
ppid uint32_t
tsn uint32_t
cumTsn uint32_t

Shared Tagging operations (observed)

tagActionmodule
addTagSctp
findTagNetPerfMeter, SctpServer

Source code

class SctpRcvReq extends SctpCommandReq
{
    uint32_t ppid;
    uint32_t tsn;
    uint32_t cumTsn;
}

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