Pass received packets to layer 2 processing
This commit is contained in:
parent
ec6dd92444
commit
85ec105d0f
|
@ -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