mldonkey-users
[Top][All Lists]
Advanced

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

Re: [Mldonkey-users] Re: [CVS 2.02-2] emule source propagation


From: MLdonkey
Subject: Re: [Mldonkey-users] Re: [CVS 2.02-2] emule source propagation
Date: Sat, 11 Jan 2003 08:38:36 +0100

>  4000, 4001, 4002, 4080, 4662, 4666 and 16960 are clear, for eDonkey and
>  Overnet usage, but what about 1180?
>  
>  This port seems to change, last time it way 1317, now it is 1180.

OK, I see, it is the port used to send information on your server list
and overnet peers to the redirector:

localhost:~/devel/mldonkey%  grep "UdpSocket.create"**/*.ml
donkey/donkeyMain.ml:              (UdpSocket.create (Ip.to_inet_addr 
!!donkey_bind_addr)
donkey/donkeyOvernet.ml:  let sock = (UdpSocket.create (Ip.to_inet_addr 
!!donkey_bind_addr)
donkey/donkeyProtoCom.ml:let propagation_socket = UdpSocket.create_sendonly ()

It is a send-only port, so it does not use the messages it
receives. It is useless to add it to your firewall.

- MLDonkey




reply via email to

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