Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

tcp_opts.hh

Go to the documentation of this file.
00001 
00002 
00003 #ifndef TCP_OPTS_HH
00004 #define TCP_OPTS_HH
00005 
00006 #include "rcs_defs.hh"
00007 
00008 /* Function shared by client and server to set desired options. */
00009 int RCS_EXPORT set_tcp_socket_options (int socket_fd);
00010 int RCS_EXPORT make_tcp_socket_nonblocking (int socket_fd);
00011 int RCS_EXPORT make_tcp_socket_blocking (int socket_fd);
00012 
00013 
00014 #endif /* TCP_OPTS_HH */

Generated on Sun Dec 2 15:56:52 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001