summaryrefslogtreecommitdiff
path: root/include/inspsocket.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-12 09:13:06 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-12 09:13:06 +0000
commit0a45c56f10efb2af30835652b75317f2969a0b06 (patch)
tree86d1dd00f16b8078dfeddd4609f5a8946d05ca91 /include/inspsocket.h
parentc92f8ebd92337a009410cc263d4a1392136629d2 (diff)
Remove individual read buffers inside of BufferedSocket, use the shared netbuffer instead, like users. This means a 65kb saving per BufferedSocket.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9960 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r--include/inspsocket.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h
index af93baa56..ae18afabd 100644
--- a/include/inspsocket.h
+++ b/include/inspsocket.h
@@ -159,15 +159,6 @@ class CoreExport BufferedSocket : public EventHandler
* socket has timed out.
*/
bool timeout;
-
- /**
- * Socket input buffer, used by read(). The class which
- * extends BufferedSocket is expected to implement an extendable
- * buffer which can grow much larger than 64k,
- * this buffer is just designed to be temporary storage.
- * space.
- */
- char ibuf[65535];
/**
* The IP address being connected