@@ -89,7 +89,6 @@ DEFS+= -DNAME='"$(NAME)"' -DVERSION='"$(RELEASE)"' -DARCH='"$(ARCH)"' \
-DWAIT -DNEW_HNAME \
-DUSE_IPV6 \
-DVERY_NOISY_REPLIES\
- -DPINGTEL_TAG_HACK\
#-DSILENT_FR \
#-DNO_DEBUG \
#-DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=0 \
@@ -104,8 +103,8 @@ DEFS+= -DNAME='"$(NAME)"' -DVERSION='"$(RELEASE)"' -DARCH='"$(ARCH)"' \
#PROFILE= -pg #set this if you want profiling
-#mode = debug
-mode = release
+mode = debug
+#mode = release
# platform dependent settings
@@ -234,12 +234,6 @@ int udp_send(struct socket_info *source, char *buf, unsigned len,
{
int n;
- DBG("*******udp_send send on sock %d\n",source->socket);
- DBG("*******tolen = %d\n",tolen);
- //DBG("*******sa_len = %d\n",to->s.sa_len);
- DBG("*******sa_family = %d\n",to->s.sa_family);
- DBG("*******sa_data = [%.*s]\n",14,to->s.sa_data);
- DBG("*******udp_send done\n");
again:
n=sendto(source->socket, buf, len, 0, &to->s, tolen);