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

Diff of /hydra/src/defines.h

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

revision 1.4 by nmav, Mon Sep 23 12:48:59 2002 UTC revision 1.5 by nmav, Mon Sep 23 17:56:41 2002 UTC
# Line 44  Line 44 
44    
45  /***** Various stuff that you may want to tweak, but probably shouldn't *****/  /***** Various stuff that you may want to tweak, but probably shouldn't *****/
46    
47  #define SOCKETBUF_SIZE                          8192  #define SOCKETBUF_SIZE                          16*1024
48  #define MAX_HEADER_LENGTH                       1024  #define MAX_HEADER_LENGTH                       1024
49  #define CLIENT_STREAM_SIZE                      SOCKETBUF_SIZE  #define CLIENT_STREAM_SIZE                      SOCKETBUF_SIZE
50  #define BUFFER_SIZE                             CLIENT_STREAM_SIZE  #define BUFFER_SIZE                             CLIENT_STREAM_SIZE
# Line 72  Line 72 
72  #define MAX_ACCEPT_LENGTH 0  #define MAX_ACCEPT_LENGTH 0
73  #endif  #endif
74    
75  #ifndef SERVER_VERSION  #define SERVER_VERSION BOA_VERSION
 #define SERVER_VERSION                          "Boas/0.0.2"  
 #endif  
76    
77  #define CGI_VERSION                             "CGI/1.1"  #define CGI_VERSION                             "CGI/1.1"
78  #define COMMON_CGI_COUNT 5  #define COMMON_CGI_COUNT 5

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26