QuicBindCommand
Namespace inet
QuicBindCommand
classControl info for binding a QUIC socket. To create and bind a socket, send a message to the ~Quic module with kind=QUIC_C_CREATE_PCB and a ~QuicBindCommand attached.
<b>See also:</b> ~QuicCommandCode
Extends
| Name | Type | Description |
|---|---|---|
| QuicCommand | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| localAddr | L3Address | |
| localPort | uint16_t |
Source code
// // Control info for binding a QUIC socket. To create and bind a socket, // send a message to the ~Quic module with kind=QUIC_C_CREATE_PCB and a // ~QuicBindCommand attached. // // @see ~QuicCommandCode // class QuicBindCommand extends QuicCommand { L3Address localAddr; uint16_t localPort; }File: src/inet/transportlayer/contract/quic/QuicCommand.msg