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/tcpBufferedSocket.m


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/tcpBufferedSocket.ml
Date: Tue, 09 Aug 2005 06:52:06 -0400

Index: mldonkey/src/utils/net/tcpBufferedSocket.ml
diff -u mldonkey/src/utils/net/tcpBufferedSocket.ml:1.30 
mldonkey/src/utils/net/tcpBufferedSocket.ml:1.31
--- mldonkey/src/utils/net/tcpBufferedSocket.ml:1.30    Tue Aug  9 10:48:38 2005
+++ mldonkey/src/utils/net/tcpBufferedSocket.ml Tue Aug  9 10:52:02 2005
@@ -1381,6 +1381,7 @@
         forecast_download t 0;  (* The TCP ACK packet *)
         forecast_upload t 0;    (* The TCP ACK packet *)
         t
+    | Unix.Unix_error (Unix.ENETUNREACH,_,_) as e -> raise e
     | e ->
         lprintf "For host %s:%d   "
             (Unix.string_of_inet_addr host) port;




reply via email to

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