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)
   
  
  
  

Reply via email to