aboutsummaryrefslogtreecommitdiff
path: root/kernel/features
diff options
context:
space:
mode:
authorMarvin Borner2020-11-08 13:13:07 +0100
committerMarvin Borner2020-11-08 13:13:07 +0100
commit276125278d973fd39868f28a358c0710f7029452 (patch)
tree1003c4b7ac948601da3eca9f8438bb6244a40210 /kernel/features
parent7473694a6cc65d3666ce26094d5eb4365a22daf1 (diff)
Probably fixed packet dropping
Diffstat (limited to 'kernel/features')
-rw-r--r--kernel/features/net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/features/net.c b/kernel/features/net.c
index 18addbb..be4dd5e 100644
--- a/kernel/features/net.c
+++ b/kernel/features/net.c
@@ -285,7 +285,6 @@ void dhcp_handle_packet(struct dhcp_packet *packet)
}
// enum tcp_state { TCP_LISTEN, TCP_SYN_SENT, TCP_SYN_RECIEVED, TCP_ESTABLISHED, TCP_FIN_WAIT_1, TCP_FIN_WAIT_2, TCP_CLOSE_WAIT, TCP_CLOSING, TCP_LAST_ACK, TCP_TIME_WAIT, TCP_CLOSED };
-// TODO: Fix TCP retransmission (dropped packages; probably race condition)
//#define test_http "HTTP/1.1 200"
#define test_http "HTTP/1.2 200\nContent-Length: 14\nConnection: close\n\n<h1>Hallo</h1>"
void tcp_handle_packet(struct tcp_packet *packet, u32 dst, int len)