return;
}
fprintf (stderr,
- "Received ICMP from `%s' with hints %u and %u to local port %u\n",
+ "Received ICMP from `%s' with outgoing port %u, listen port %u and incoming for other peer %u\n",
inet_ntop (AF_INET,
&sip,
buf,
sizeof (buf)),
my_magic,
- reply_magic,
- local_port);
+ local_port,
+ reply_magic);
if (my_magic == 0)
{
try_connect (my_ip, &sip, reply_magic);
my_magic = ntohs (udp_pkt.mlen_aka_reply_port_magic);
local_port = ntohs (udp_pkt.source_port);
fprintf (stderr,
- "Received ICMP from `%s' with hints %u and %u\n",
+ "Received ICMP from `%s' with outgoing port %u, listen port %u and incoming port hint for other peer %u\n",
inet_ntop (AF_INET,
&sip,
buf,
sizeof (buf)),
my_magic,
+ local_port,
reply_magic);
if (my_magic == 0)
{