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

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

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

revision 1.6 by spiralvoice, Mon Jun 6 21:23:11 2005 UTC revision 1.7 by spiralvoice, Fri Aug 26 21:12:23 2005 UTC
# Line 112  let create name addr port handler = Line 112  let create name addr port handler =
112        Unix.Unix_error (Unix.EADDRINUSE, _, _) ->        Unix.Unix_error (Unix.EADDRINUSE, _, _) ->
113          lprintf "This is normally caused by another application currently using this port.\n";          lprintf "This is normally caused by another application currently using this port.\n";
114          lprintf "Close that application and restart MLDonkey, exiting...\n";          lprintf "Close that application and restart MLDonkey, exiting...\n";
115          Pervasives.exit 0          Pervasives.exit 69
116        | _ -> raise e        | _ -> raise e
117        
118  let create_connections_contoler name f =  let create_connections_contoler name f =

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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