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

Annotation of /hydra/src/socket.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Mon Sep 23 17:56:41 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: BOAS_WITH_RANGES_AND_CGI, hydra_0_0_2, hydra_0_0_3, hydra_0_0_6, hydra_0_0_7, hydra_0_0_4, hydra_0_0_5
Changes since 1.1: +5 -0 lines
File MIME type: text/plain
Fixes in configure script. Added support for the TCP_CORK tcp option in linux systems.

1 nmav 1.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    
4 nmav 1.2 #ifdef HAVE_TCP_CORK
5     void socket_flush( int fd);
6     #else
7     # define socket_flush( fd)
8     #endif

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26