From f89eef4733b7905dbf362cbde9aebb2dd0dcfe7d Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Thu, 4 Jul 2024 20:00:12 +0200 Subject: PIT: Fix dumb bug The incorrect timer was being used for TCP ACK flush --- kernel/socket.h | 1 - 1 file changed, 1 deletion(-) (limited to 'kernel/socket.h') diff --git a/kernel/socket.h b/kernel/socket.h index e881111..e0cf92f 100644 --- a/kernel/socket.h +++ b/kernel/socket.h @@ -47,7 +47,6 @@ struct TcpConnection { u32 outgoing_ip; u16 outgoing_port; - int unhandled_packet; struct ringbuffer incoming_buffer; struct ringbuffer outgoing_buffer; -- cgit v1.2.3