diff options
author | Adam <Adam@anope.org> | 2012-11-22 00:50:33 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-11-22 00:50:33 -0500 |
commit | d33a0f75a5c0c584fbb7cc0076da36d494f39494 (patch) | |
tree | 7b2274cc833c793c0f5595660cbd4d715de52ffd /include/socketengine.h | |
parent | 368d469631763e9c8bf399980d0ac7c5b5664d39 (diff) |
Pretty large coding style cleanup, in source doc
cleanup, and allow protocol mods to depend on each
other
Diffstat (limited to 'include/socketengine.h')
-rw-r--r-- | include/socketengine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/socketengine.h b/include/socketengine.h index 8effb79f1..5f4bc5980 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -7,6 +7,7 @@ * * Based on the original code of Epona by Lara. * Based on the original code of Services by Andy Church. + * */ #ifndef SOCKETENGINE_H @@ -17,7 +18,7 @@ class CoreExport SocketEngine { - static const int DefaultSize = 4; // Uplink, DNS, Signal handler, Mode stacker + static const int DefaultSize = 8; // Uplink, DNS, Signal handlers, Mode stacker public: /* Map of sockets */ static std::map<int, Socket *> Sockets; |