#include <socketops.h>
Public Attributes | |
| int | port |
| int | domain |
| int | type |
| int | protocol |
| unsigned long | bind_ip |
| int | reuse_addr |
| int | reuse_port |
Definition at line 23 of file socketops.h.
| unsigned long sock_settings::bind_ip |
Definition at line 28 of file socketops.h.
| int sock_settings::domain |
Definition at line 25 of file socketops.h.
| int sock_settings::port |
Definition at line 24 of file socketops.h.
| int sock_settings::protocol |
Definition at line 27 of file socketops.h.
| int sock_settings::reuse_addr |
Definition at line 29 of file socketops.h.
| int sock_settings::reuse_port |
Definition at line 30 of file socketops.h.
| int sock_settings::type |
Definition at line 26 of file socketops.h.
1.8.6