Kernel: Fix TCP SYN option propagation

Listening socket now forwards TCP options to the newly created socket
This commit is contained in:
2026-02-23 23:00:47 +02:00
parent acf28d8170
commit 2ea0a24795
2 changed files with 17 additions and 9 deletions

View File

@@ -135,6 +135,8 @@ namespace Kernel
{
ConnectionInfo target;
uint32_t target_start_seq;
uint16_t maximum_seqment_size;
uint8_t window_scale;
};
struct ListenKey