increased connect timeout in case of more IPs to try to 5 seconds
authorbeware <beware@bircd.org>
Mon, 22 Mar 2010 16:18:15 +0000 (16:18 +0000)
committerbeware <beware@bircd.org>
Mon, 22 Mar 2010 16:18:15 +0000 (16:18 +0000)
git-svn-id: file:///svnroot/lcore/trunk@87 b1de8a11-f9be-4011-bde0-cc7ace90066a

lsocket.pas

index 7f9617e55210fe5ff774c0e4ec0935ae228adae8..bcff6436d3fc92511cd33d6934f9c07e6f884345 100755 (executable)
@@ -299,7 +299,7 @@ begin
   if not assigned(connecttimeout) then begin\r
     connecttimeout := tltimer.create(self);\r
     connecttimeout.ontimer := connecttimeouthandler;\r
-    connecttimeout.interval := 2500;\r
+    connecttimeout.interval := 5000;\r
     connecttimeout.enabled := false;\r
   end;\r
   realconnect;\r