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

Diff of /hydra/src/socket.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by nmav, Mon Sep 23 17:56:41 2002 UTC revision 1.3 by nmav, Sat Oct 12 16:04:14 2002 UTC
# Line 1  Line 1 
1  ssize_t socket_recv( request* req, void* buf, size_t buf_size);  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);  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  #ifdef HAVE_TCP_CORK
6  void socket_flush( int fd);  void socket_flush( int fd);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26