mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/utils/net/basicSocket.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/basicSocket.ml
Date: Thu, 06 Oct 2005 06:21:36 -0400

Index: mldonkey/src/utils/net/basicSocket.ml
diff -u mldonkey/src/utils/net/basicSocket.ml:1.20 
mldonkey/src/utils/net/basicSocket.ml:1.21
--- mldonkey/src/utils/net/basicSocket.ml:1.20  Mon Sep 19 10:09:06 2005
+++ mldonkey/src/utils/net/basicSocket.ml       Thu Oct  6 10:21:10 2005
@@ -346,7 +346,7 @@
 
 let create name fd handler =
   MlUnix.set_nonblock fd;
-  if Autoconf.system <> "windows" then setsockopt fd SO_KEEPALIVE 
!socket_keepalive;
+  if not Autoconf.windows then setsockopt fd SO_KEEPALIVE !socket_keepalive;
   create_blocking name fd handler
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]