new TCP timer object; solved a bunch of warnings; completely implemented the TCP termination sequence

This commit is contained in:
cozis
2023-05-21 21:56:21 +02:00
parent 96ca7ae2c9
commit 04ce79bcf0
8 changed files with 345 additions and 76 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ void ip_process_packet(ip_state_t *ip_state, const void *packet, size_t len)
size_t option_count = header_length - sizeof(ip_packet_t)/4;
if (option_count > 0) {
#warning "TODO: Handle IP options"
// TODO: Handle IP options
return;
}