6 extern void set_tcp_cork(int fd
);
7 extern void set_tcp_uncork(int fd
);
8 extern void set_udp_cork(int fd
);
9 extern void set_udp_uncork(int fd
);
10 extern void set_sock_cork(int fd
, bool is_udp
);
11 extern void set_sock_uncork(int fd
, bool is_udp
);
13 #endif /* CORKING_H */