#include <OnixS/B3/BOE/TcpStandardStack.h>
Definition at line 31 of file TcpStandardStack.h.
Processes events on a stack and performs the necessary handling.
These events, including transmit and receive events raised by the hardware, and also software events such as TCP and FIXP protocol timers.
Implements SessionReactor.
Definition at line 56 of file TcpStandardStack.h.
bool isQuiescent |
( |
| ) |
const |
|
inlineoverridevirtual |
- Returns
- a boolean value indicating whether a stack is quiescent.
This can be used to ensure that all connections have been closed gracefully before destroying a stack (or exiting the application). Destroying a stack while it is not quiescent is permitted by the API, but when doing so there is no guarantee that sent data has been acknowledged by the peer or even transmitted, and there is the possibility that peers' connections will be reset.
Implements SessionReactor.
Definition at line 68 of file TcpStandardStack.h.
|
inlineoverridevirtualnoexcept |
|
inlineoverridevirtualnoexcept |
The documentation for this class was generated from the following file: