*/
#define DUMMY_IP "1.2.3.4"
+#define VERBOSE GNUNET_NO
+
/**
* How often do we send our ICMP messages to receive replies?
*/
sizeof(dst));
if (err < 0)
{
+#if VERBOSE
fprintf(stderr,
"sendto failed: %s\n", strerror(errno));
+#endif
}
else if (err != off)
{
}
if (have != sizeof (struct ip_packet) *2 + sizeof (struct icmp_packet) * 2)
{
+#if VERBOSE
fprintf (stderr,
"Received ICMP message of unexpected size: %u bytes\n",
(unsigned int) have);
+#endif
return;
}
off = 0;