You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Stefan Bühler 486f64bd7d Added keep-alive and dead state for connection, added timeout for keep-alive.
With "server.max-keep-alive-idle" = 5 (default) you get O(1), other values need O(log n)
15 years ago
src Added keep-alive and dead state for connection, added timeout for keep-alive. 15 years ago
.bzrignore Initial commit 15 years ago
ragel.py Upgrade to new waf, run ragel in './waf dist' and make ragel optional if the needed files are already generated. 15 years ago
waf Upgrade to new waf, run ragel in './waf dist' and make ragel optional if the needed files are already generated. 15 years ago
wscript Fixed wscript so you can have CFLAGS in your environment while ./waf configure, e.g. 15 years ago