From b3866b0442f55b97833981a99c601f2143d10315 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Wed, 22 Nov 2023 18:34:00 +0100 Subject: Kernel/RTL8139/Networking fixes This is just a commit containing multiple fixes since I am too lazy to split them up. --- kernel/socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/socket.h') diff --git a/kernel/socket.h b/kernel/socket.h index 5e8c3b1..954ee4d 100644 --- a/kernel/socket.h +++ b/kernel/socket.h @@ -46,6 +46,7 @@ struct INCOMING_TCP_CONNECTION { u16 n_port; u16 dst_port; FIFO_FILE *data_file; + u8 *has_data_ptr; u8 is_used; u32 ack_num; u32 seq_num; -- cgit v1.2.3