#include <OnixS/B3/BOE/TcpDirectStack.h>
Definition at line 35 of file TcpDirectStack.h.
Allocates a stack with the supplied attributes.
- Parameters
-
attr | A set of properties to apply to the stack. |
A stack binds to a single network interface, specified by the interface
attribute in attr
.
Relevant attributes to set in attr
are those in the zf_stack
, zf_pool
and zf_vi
categories described in the attributes documentation.
- Exceptions
-
std::bad_alloc | Out of memory. N.B. TCPDirect API requires huge pages. |
std::runtime_error | the TCPDirect library reported an error, see the error text. |
std::exception | System call reported an error, see the error text. |
|
inlineoverridevirtualnoexcept |
This function 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 timers.
Please see the "Stack polling" section in the TCPDirect User Guide for further information.
Implements SessionReactor.
Definition at line 70 of file TcpDirectStack.h.
bool isQuiescent |
( |
| ) |
const |
|
inlineoverridevirtualnoexcept |
- 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.
- Note
- When using the Windows TCPDirect emulator, destroying a stack while it is not quiescent may cause a memory leak.
Implements SessionReactor.
Definition at line 84 of file TcpDirectStack.h.
|
inlineoverridevirtualnoexcept |
|
inlineoverridevirtualnoexcept |
The documentation for this class was generated from the following file: