diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 00:24:37 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 00:24:37 +0200 |
commit | 1c0df00bdead4a02df12d610401dd34f7ea59a01 (patch) | |
tree | 4a1f69a3c551bd6a117923961e4d354ed48e5643 /xutils.h | |
parent | 380b3ae23e93cf21cdb194a8e599f64ff40988a7 (diff) |
corking: break out udp/tcp cork functions
No, it's not about whine bottles ... move udp and tcp cork functions
out of xutils.c, so that we can further let it shrink.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'xutils.h')
-rw-r--r-- | xutils.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -44,12 +44,6 @@ extern void set_nonblocking(int fd); extern int set_nonblocking_sloppy(int fd); extern int set_reuseaddr(int fd); extern void set_sock_prio(int fd, int prio); -extern void set_tcp_cork(int fd); -extern void set_tcp_uncork(int fd); -extern void set_udp_cork(int fd); -extern void set_udp_uncork(int fd); -extern void set_sock_cork(int fd, int udp); -extern void set_sock_uncork(int fd, int udp); extern void set_tcp_nodelay(int fd); extern void set_socket_keepalive(int fd); extern int set_ipv6_only(int fd); |