From 85f9d57f0f172c0db12d037ac018d7ff33a64975 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 7 Mar 2006 18:00:45 +0000 Subject: Tweaks to socket engine, faster buffer flush and hopefully more stable git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3521 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/socket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/socket.h') diff --git a/include/socket.h b/include/socket.h index 861d4be79..584c37b93 100644 --- a/include/socket.h +++ b/include/socket.h @@ -23,6 +23,7 @@ #include #include #include "dns.h" +#include /** * States which a socket may be in @@ -114,7 +115,7 @@ private: /** * The output buffer for this socket */ - std::string Buffer; + std::deque outbuffer; /** * The IP address being connected -- cgit v1.2.3