QuicStreamReq
Namespace inet
QuicStreamReq
classTag that allows to specify the stream.
Extends
| Name | Type | Description |
|---|---|---|
| TagBase | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| streamID | uint64_t |
Source code
// // Tag that allows to specify the stream. // class QuicStreamReq extends TagBase { uint64_t streamID; }File: src/inet/transportlayer/contract/quic/QuicCommand.msg