Pass received packets to layer 2 processing
This commit is contained in:
parent
3c7caeda1b
commit
3189aac2ab
|
@ -289,6 +289,8 @@ int main(int argc, char **argv)
|
|||
break;
|
||||
}
|
||||
|
||||
handle_received_packet(packetbuf, ret);
|
||||
|
||||
total_bytes += ret;
|
||||
|
||||
double new = get_hires_time();
|
||||
|
|
Loading…
Reference in a new issue