E-MailRelay
|
A configuration structure for GNet::DatagramSocket. More...
#include <gsocket.h>
Public Member Functions | |
Config (const Socket::Config &) | |
![]() | |
Config & | set_listen_queue (int) noexcept |
Config & | set_bind_reuse (bool) noexcept |
Config & | set_bind_exclusive (bool) noexcept |
Config & | set_free_bind (bool) noexcept |
template<typename T > | |
const T & | set_last () |
Additional Inherited Members | |
![]() | |
int | listen_queue {0} |
bool | connect_pureipv6 {true} |
bool | bind_pureipv6 {true} |
bool | bind_reuse {true} |
bool | bind_exclusive {false} |
bool | free_bind {false} |
A configuration structure for GNet::DatagramSocket.
|
explicit |
Definition at line 584 of file gsocket.cpp.