Added uip-over-mesh, bugfixes, printing of statistics, renamed init() function to netsim_init()

This commit is contained in:
adamdunkels 2007-03-22 18:59:34 +00:00
parent eea7f463d7
commit 1b762247fa
12 changed files with 128 additions and 148 deletions

View file

@ -40,7 +40,7 @@ PROCESS_THREAD(tapdev_drv_process, ev, data)
uip_arp_arpin();
/* If the above function invocation resulted in data that
should be sent out on the network, the global variable
uip_len is set to a value > 0. */
uip_len is set to a value > 0. */
if(uip_len > 0) {
tapdev_send_raw();
}