You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1999/08/17 01:44:41 UTC

cvs commit: apache-2.0/mpm/src/include buff.h

dgaudet     99/08/16 16:44:41

  Modified:    mpm/src/include buff.h
  Log:
  doc
  
  Revision  Changes    Path
  1.6       +6 -0      apache-2.0/mpm/src/include/buff.h
  
  Index: buff.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/mpm/src/include/buff.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- buff.h	1999/06/24 08:57:58	1.5
  +++ buff.h	1999/08/16 23:44:40	1.6
  @@ -150,6 +150,12 @@
   
   /* Options to bset/getopt */
   #define BO_BYTECT (1)
  +/* timeout values have the same semantics as those documented for timeouts
  +   in ap_iol.h... that is:
  +   timeout < 0 is blocking infinite/no-timeout
  +   timeout == 0 is non-blocking
  +   timeout > 0 is blocking with timeout after the indicated number of seconds
  +*/
   #define BO_TIMEOUT (2)
   #define BO_ERROR (3)