QuicOpenCommand

Namespace inet

QuicOpenCommand

class

C++ definition

Control info to be used for active QUIC open (connect).

<b>See also:</b> ~QuicCommandCode

Extends

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

Fields

Name Type Description
remoteAddr L3Address
remotePort uint16_t

Source code

//
// Control info to be used for active QUIC open (connect).
//
// @see ~QuicCommandCode
//
class QuicOpenCommand extends QuicCommand
{
    L3Address remoteAddr;
    uint16_t remotePort;
}

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