higgs

httpd experiment
git clone git://git.2f30.org/higgs
Log | Files | Refs

config.h (192B)


      1 /* higgs settings */
      2 static const char *servername = "127.0.0.1";
      3 static const char *serverport = "8080";
      4 
      5 static const int   maxnprocs = 512;
      6 static const struct timeval timeout = { 30, 0 };