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

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

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

revision 1.31 by spiralvoice, Tue Aug 9 10:52:02 2005 UTC revision 1.32 by spiralvoice, Mon Aug 15 20:23:34 2005 UTC
# Line 1381  let connect token name host port handler Line 1381  let connect token name host port handler
1381          forecast_download t 0;  (* The TCP ACK packet *)          forecast_download t 0;  (* The TCP ACK packet *)
1382          forecast_upload t 0;    (* The TCP ACK packet *)          forecast_upload t 0;    (* The TCP ACK packet *)
1383          t          t
1384      | Unix.Unix_error (Unix.ENETUNREACH,_,_) as e -> raise e      | Unix.Unix_error (Unix.ENETUNREACH,_,_) as e ->
1385            close t Closed_connect_failed;
1386            raise e
1387      | e ->      | e ->
1388          lprintf "For host %s:%d   "          lprintf "For host %s:%d   "
1389              (Unix.string_of_inet_addr host) port;              (Unix.string_of_inet_addr host) port;

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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