/[mldonkey]/mldonkey/src/networks/donkey/donkeyOvernet.ml
ViewVC logotype

Diff of /mldonkey/src/networks/donkey/donkeyOvernet.ml

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

revision 1.52 by spiralvoice, Mon Oct 10 16:18:29 2005 UTC revision 1.53 by spiralvoice, Wed Oct 19 21:06:08 2005 UTC
# Line 918  let udp_client_handler t p = Line 918  let udp_client_handler t p =
918    let other_ip = ip_of_udp_packet p in    let other_ip = ip_of_udp_packet p in
919    let other_port = port_of_udp_packet p in    let other_port = port_of_udp_packet p in
920    if !verbose_overnet then    if !verbose_overnet then
921      lprintf_nl () "UDP FROM %s:%d:\n  %s"      lprintf_nl () "UDP FROM %s:%d type %s"
922        (Ip.to_string other_ip) other_port        (Ip.to_string other_ip) other_port
923        (message_to_string t);        (message_to_string t);
924    match t with    match t with

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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