Pass received packets to layer 2 processing
All checks were successful
/ build-hamnet70 (push) Successful in 29s
/ build-doc (push) Successful in 16s
/ deploy-doc (push) Has been skipped

This commit is contained in:
Thomas Kolb 2024-09-22 14:45:24 +02:00
parent ec6dd92444
commit 85ec105d0f

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();