lcore.org gitweb
/
lcore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3124451
)
increased connect timeout in case of more IPs to try to 5 seconds
author
beware
<beware@bircd.org>
Mon, 22 Mar 2010 16:18:15 +0000
(16:18 +0000)
committer
beware
<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
patch
|
blob
|
history
diff --git
a/lsocket.pas
b/lsocket.pas
index 7f9617e55210fe5ff774c0e4ec0935ae228adae8..bcff6436d3fc92511cd33d6934f9c07e6f884345 100755
(executable)
--- a/
lsocket.pas
+++ b/
lsocket.pas
@@
-299,7
+299,7
@@
begin
if not assigned(connecttimeout) then begin
\r
connecttimeout := tltimer.create(self);
\r
connecttimeout.ontimer := connecttimeouthandler;
\r
- connecttimeout.interval :=
25
00;
\r
+ connecttimeout.interval :=
50
00;
\r
connecttimeout.enabled := false;
\r
end;
\r
realconnect;
\r