WIP: Layer 2-Implementierung #6

Draft
thomas wants to merge 39 commits from layer2_dev into main
Showing only changes of commit 3189aac2ab - Show all commits

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