From 9183ebd28c79b12ddf29b3847f59679e480af70a Mon Sep 17 00:00:00 2001 From: w00t Date: Thu, 11 Sep 2008 00:15:42 +0000 Subject: There is absolutely no need to cache connect timeout. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10512 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspsocket.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/inspsocket.h b/include/inspsocket.h index f945c4f9d..13dacc90b 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -116,10 +116,6 @@ class CoreExport BufferedSocket : public EventHandler */ SocketTimeout* Timeout; - /** Timeout length - */ - unsigned long timeout_val; - /** Socket output buffer (binary safe) */ std::deque outbuffer; @@ -351,8 +347,9 @@ class CoreExport BufferedSocket : public EventHandler /** * This method attempts to connect to a hostname. * This method is asyncronous. + * @param maxtime Number of seconds to wait, if connecting, before the connection times out and an OnTimeout() event is generated */ - virtual bool DoConnect(); + virtual bool DoConnect(unsigned long maxtime); /** Handle event from EventHandler parent class */ -- cgit v1.2.3