|
E-MailRelay
|
A configuration structure for GNet::DatagramSocket. More...
#include <gsocket.h>
Inheritance diagram for GNet::DatagramSocket::Config:
Collaboration diagram for GNet::DatagramSocket::Config:Public Member Functions | |
| Config (const Socket::Config &) | |
Public Member Functions inherited from GNet::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 | |
Public Attributes inherited from GNet::Socket::Config | |
| 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.