Kernel: Fix TCP SYN option propagation
Listening socket now forwards TCP options to the newly created socket
This commit is contained in:
@@ -135,6 +135,8 @@ namespace Kernel
|
||||
{
|
||||
ConnectionInfo target;
|
||||
uint32_t target_start_seq;
|
||||
uint16_t maximum_seqment_size;
|
||||
uint8_t window_scale;
|
||||
};
|
||||
|
||||
struct ListenKey
|
||||
|
||||
Reference in New Issue
Block a user