/[mldonkey]/mldonkey/src/utils/net/basicSocket.ml
ViewVC logotype

Diff of /mldonkey/src/utils/net/basicSocket.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by spiralvoice, Mon Sep 19 10:09:06 2005 UTC revision 1.21 by spiralvoice, Thu Oct 6 10:21:10 2005 UTC
# Line 346  let create_blocking name fd handler = Line 346  let create_blocking name fd handler =
346    
347  let create name fd handler =  let create name fd handler =
348    MlUnix.set_nonblock fd;    MlUnix.set_nonblock fd;
349    if Autoconf.system <> "windows" then setsockopt fd SO_KEEPALIVE !socket_keepalive;    if not Autoconf.windows then setsockopt fd SO_KEEPALIVE !socket_keepalive;
350    create_blocking name fd handler    create_blocking name fd handler
351    
352    

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26