Implement max-connect facility which makes the server sleep if a
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 30 Mar 2006 10:35:14 +0000 (10:35 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 30 Mar 2006 10:35:14 +0000 (10:35 +0000)
commit9c4af9d938abac93a949d756353c1bd89b769012
tree0cfef77b94740e366ed7711fe7fe971f13d7b6c0
parent16fee003605b650c1a329694f060c27b5be5e95b
Implement max-connect facility which makes the server sleep if a
certain number of connections has been initiated from a single IP.
etc/config.xml
etc/yazproxy.xsd
include/yazproxy/Makefile.am
include/yazproxy/bw.h
include/yazproxy/limit-connect.h [new file with mode: 0644]
include/yazproxy/proxy.h
src/Makefile.am
src/limit-connect.cpp [new file with mode: 0644]
src/proxyp.h
src/yaz-proxy-config.cpp
src/yaz-proxy.cpp