UDP Tx and Rx stats
Brought to you by:
adamdunkels,
harbaum
I add bevor 'udp_found’ in line 1125
------------------------------------------------------------
UIP_STAT(++uip_s tat.udp.recv);
------------------------------------------------------------
and in line 1169, bevor "goto ip_send_nolen";
------------------------------------------------------------
UIP_STAT(++uip\_stat.udp.sent );
------------------------------------------------------------
(because of e-Mail in uip-users mailing list of Till Harbaum, 27. Sep. 2006)