Settings used to configure AsyncTcpServer behavior.
More...
Settings used to configure AsyncTcpServer behavior.
◆ AsyncTcpServerSettings()
catapult::net::AsyncTcpServerSettings::AsyncTcpServerSettings |
( |
const AcceptHandler & |
accept | ) |
|
|
explicit |
Creates a structure with a preconfigured accept handler (accept).
◆ Accept
const AcceptHandler catapult::net::AsyncTcpServerSettings::Accept |
Accept handler (must be set via constructor).
◆ AllowAddressReuse
bool catapult::net::AsyncTcpServerSettings::AllowAddressReuse = false |
true
if the server should reuse ports already in use.
◆ ConfigureSocket
◆ MaxActiveConnections
uint32_t catapult::net::AsyncTcpServerSettings::MaxActiveConnections = 25 |
◆ MaxPendingConnections
uint16_t catapult::net::AsyncTcpServerSettings::MaxPendingConnections = 100 |
◆ PacketSocketOptions
The documentation for this struct was generated from the following files: