/[hydra]/hydra/src/socket.h
ViewVC logotype

Contents of /hydra/src/socket.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Sat Oct 12 16:04:14 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_1_6_without_hic, hydra_0_0_10, hydra_0_0_8, hydra_0_0_9, hydra_0_1_3, hydra_0_1_2, hydra_0_1_1, hydra_0_1_0, hydra_0_1_7, hydra_0_1_6, hydra_0_1_4, hydra_0_1_8, HEAD
Branch point for: hydra_0_1_0_patches
Changes since 1.2: +1 -0 lines
File MIME type: text/plain
some cleanups

1 ssize_t socket_recv( request* req, void* buf, size_t buf_size);
2 ssize_t socket_send( request* req, const void* buf, size_t buf_size);
3 void socket_set_options( int fd);
4
5 #ifdef HAVE_TCP_CORK
6 void socket_flush( int fd);
7 #else
8 # define socket_flush( fd)
9 #endif

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26