Go to the source code of this file.
◆ socket_options_inet_new()
| SocketOptions* socket_options_inet_new |
( |
void |
| ) |
|
◆ socket_options_inet_new_instance()
◆ socket_options_inet_set_interface_name()
| void socket_options_inet_set_interface_name |
( |
SocketOptionsInet * |
self, |
|
|
const gchar * |
interface |
|
) |
| |
◆ socket_options_inet_set_tcp_keepalive_intvl()
| gboolean socket_options_inet_set_tcp_keepalive_intvl |
( |
SocketOptionsInet * |
self, |
|
|
gint |
tcp_keepalive_intvl |
|
) |
| |
◆ socket_options_inet_set_tcp_keepalive_probes()
| gboolean socket_options_inet_set_tcp_keepalive_probes |
( |
SocketOptionsInet * |
self, |
|
|
gint |
tcp_keepalive_probes |
|
) |
| |
◆ socket_options_inet_set_tcp_keepalive_time()
| gboolean socket_options_inet_set_tcp_keepalive_time |
( |
SocketOptionsInet * |
self, |
|
|
gint |
tcp_keepalive_time |
|
) |
| |