Limit the number of web sessions per IP to 5

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2263 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2011-01-14 20:22:43 +00:00
parent 4556cc7c9b
commit 913a3c8ded
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -172,6 +172,7 @@ private:
CSmartPtr<CWebSession> m_spSession;
static CWebSessionMap m_mspSessions;
static const unsigned int m_uiMaxSessions;
};
#endif // !_WEBMODULES_H