search for: dump_pkt_queue

Displaying 1 result from an estimated 1 matches for "dump_pkt_queue".

1999 Oct 20
3
patch for tinc-0.3
...syslog(LOG_DEBUG, "writing in tap - %d - %d", vp.len + 2, lenin); > } 154,155c169,178 < if(debug_lvl > 3) < syslog(LOG_DEBUG, "packet to queue: %d", s); --- > if(debug_lvl > 3) { > syslog(LOG_DEBUG, "packet to queue: %d", s - 2); > dump_pkt_queue(*q); > if (*q) { > if((*q)->head) > syslog(LOG_DEBUG, "head != NULL"); > if((*q)->tail) > syslog(LOG_DEBUG, "tail != NULL"); > } > } 159a183 > 167a192 > 171a197 > 183a210,211 > int i=0; > real_packet_t *vp;...