Pass received packets to layer 2 processing

This commit is contained in:
Thomas Kolb 2024-09-22 14:45:24 +02:00
parent 3c7caeda1b
commit 3189aac2ab

View file

@ -289,6 +289,8 @@ int main(int argc, char **argv)
break;
}
handle_received_packet(packetbuf, ret);
total_bytes += ret;
double new = get_hires_time();