diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-08 11:52:37 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-08 11:52:37 +0000 |
commit | 814b10681eb33bfa2796ef4fd21a354b8d27b0dc (patch) | |
tree | 1c6e6471d20982d2d7db3d8116dedb17cd9a5060 /src/InspIRCd.dev | |
parent | 854dfb64572df12cda5deb47aff50bfd0b2882d2 (diff) |
Added connection pooling - connections are sorted into pools of X descriptors
This is configurable, the default is 64 but it can go as high as the FD_MAX
of the machine where its installed.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@450 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/InspIRCd.dev')
-rw-r--r-- | src/InspIRCd.dev | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/InspIRCd.dev b/src/InspIRCd.dev index 4f7a65363..c30d4d51e 100644 --- a/src/InspIRCd.dev +++ b/src/InspIRCd.dev @@ -1,7 +1,7 @@ [Project] FileName=InspIRCd.dev Name=InspIRCd -UnitCount=39 +UnitCount=40 Type=1 Ver=1 ObjFiles= @@ -433,3 +433,13 @@ Priority=1000 OverrideBuildCmd=0 BuildCmd= +[Unit40] +FileName=modules\m_helpop.cpp +CompileCpp=1 +Folder=Modules +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + |