QuicRecvCommand

Namespace inet

QuicRecvCommand

class

C++ definition

App command to let QUIC know about expected data size to read.

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

Extends

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

Fields

Name Type Description
streamID uint64_t
expectedDataSize int64_t

Source code

//
// App command to let QUIC know about expected data size to read.
//
// @see ~QuicCommandCode
//
class QuicRecvCommand extends QuicCommand
{
    uint64_t streamID;
    int64_t expectedDataSize;
}

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