From aad6c4e5096d4059712ce8671d7ec6af1f6d621c Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 6 Feb 2007 17:36:06 +0000 Subject: 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 --- include/inspsocket.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'include/inspsocket.h') diff --git a/include/inspsocket.h b/include/inspsocket.h index 1a959bd2d..739e4408d 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -97,18 +97,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. @@ -131,18 +119,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 -- cgit v1.2.3