/**
* Callback function for data received from the network. Note that
- * both "available" and "err" would be 0 if the read simply timed out.
+ * both "available" and "errCode" would be 0 if the read simply timed out.
*
* @param cls closure
* @param buf pointer to received data
#include "gnunet_network_lib.h"
#include "gnunet_scheduler_lib.h"
-#define DEBUG_NETWORK GNUNET_YES
+#define DEBUG_NETWORK GNUNET_NO
/**
* List of address families to give as hints to
{
#if DEBUG_NETWORK
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Transmission request fails, connection failed.\n");
+ "Transmission request of size %u fails, connection failed.\n",
+ size);
#endif
notify (notify_cls, 0, NULL);
return &sock->nth;