23 #ifndef SOCKET_OPTIONS_INET_H_INCLUDED
24 #define SOCKET_OPTIONS_INET_H_INCLUDED
28 typedef struct _SocketOptionsInet
SocketOptions * socket_options_inet_new(void)
Definition: socket-options-inet.c:280
gboolean socket_options_inet_set_tcp_keepalive_probes(SocketOptionsInet *self, gint tcp_keepalive_probes)
Definition: socket-options-inet.c:107
gboolean socket_options_inet_set_tcp_keepalive_intvl(SocketOptionsInet *self, gint tcp_keepalive_intvl)
Definition: socket-options-inet.c:98
SocketOptionsInet * socket_options_inet_new_instance(void)
Definition: socket-options-inet.c:264
void socket_options_inet_set_interface_name(SocketOptionsInet *self, const gchar *interface)
Definition: socket-options-inet.c:249
gboolean socket_options_inet_set_tcp_keepalive_time(SocketOptionsInet *self, gint tcp_keepalive_time)
Definition: socket-options-inet.c:89
Definition: socket-options-inet.h:29
gint tcp_keepalive_probes
Definition: socket-options-inet.h:37
gboolean ip_freebind
Definition: socket-options-inet.h:34
gint ip_ttl_val
Definition: socket-options-inet.h:32
gint ip_tos_val
Definition: socket-options-inet.h:33
gint tcp_keepalive_intvl
Definition: socket-options-inet.h:36
SocketOptions super
Definition: socket-options-inet.h:30
gchar * interface_name
Definition: socket-options-inet.h:38
gint tcp_keepalive_time
Definition: socket-options-inet.h:35