summaryrefslogtreecommitdiff
path: root/include/inspsocket.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-02-06 17:36:06 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-02-06 17:36:06 +0000
commitaad6c4e5096d4059712ce8671d7ec6af1f6d621c (patch)
treed781c65acbd4148412c7558283bda611d1f96638 /include/inspsocket.h
parent75891a676262f7f8c46b1ef33a028df199416904 (diff)
Fixes to allow inspsocket connects to be protocol transparent
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6515 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r--include/inspsocket.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h
index 1a959bd2d..739e4408d 100644
--- a/include/inspsocket.h
+++ b/include/inspsocket.h
@@ -98,18 +98,6 @@ class InspSocket : public EventHandler
InspSocketState state;
/**
- * The host being connected to,
- * in sockaddr form
- */
- insp_sockaddr addr;
-
- /**
- * The host being connected to,
- * in in_addr form
- */
- insp_inaddr addy;
-
- /**
* This value is true if the
* socket has timed out.
*/
@@ -132,18 +120,6 @@ class InspSocket : public EventHandler
char IP[MAXBUF];
/**
- * Client sockaddr structure used
- * by accept()
- */
- insp_sockaddr client;
-
- /**
- * Server sockaddr structure used
- * by accept()
- */
- insp_sockaddr server;
-
- /**
* Used by accept() to indicate the
* sizes of the sockaddr_in structures
*/