QuicAcceptCommand

Namespace inet

QuicAcceptCommand

class

C++ definition

Control info to be used to accept an available connection.

Extends

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

Fields

Name Type Description
newSocketId int

Source code

//
// Control info to be used to accept an available connection.
//
class QuicAcceptCommand extends QuicCommand
{
    int newSocketId;
}

File: src/inet/transportlayer/contract/quic/QuicCommand.msg