/[tewi]/Server/tw_config.h
ViewVC logotype

Diff of /Server/tw_config.h

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

Revision 1.1 by nishi, Thu Oct 17 09:53:39 2024 UTC Revision 1.2 by nishi, Thu Oct 17 10:33:26 2024 UTC
# Line 54  struct sockaddr_in { Line 54  struct sockaddr_in {
54  #define SOCKADDR struct sockaddr_in6  #define SOCKADDR struct sockaddr_in6
55  #endif  #endif
56    
57  #define MAX_PORTS 1024  #define MAX_PORTS 128
58  #define MAX_VHOSTS 1024  #define MAX_VHOSTS 128
59  #define MAX_MODULES 1024  #define MAX_MODULES 128
60  #define MAX_DIRS 1024  #define MAX_DIRS 128
61  #define MAX_MIME 4096  #define MAX_MIME 4096
62  #define MAX_ICON 1024  #define MAX_ICON 128
63  #define MAX_INDEX 32  #define MAX_INDEX 32
64  #define MAX_README 8  #define MAX_README 8
65    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev