diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-05-12 08:13:53 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-12 13:47:07 +0200 |
commit | ffc6b714b0876262d80fe7f48ba071ce33ff99fb (patch) | |
tree | 57a9da6c2915d3392f86abc864ed76f56f2988eb /Kernel/linker.ld | |
parent | 7272127927119fc4eb4a79704d5520f7cb5a0c3b (diff) | |
download | serenity-ffc6b714b0876262d80fe7f48ba071ce33ff99fb.zip |
Kernel: Trigger TCP fast retransmission when we encounter lost packets
When we receive a TCP packet with a sequence number that is not what
we expected we have lost one or more packets. We can signal this to
the sender by sending a TCP ACK with the previous ack number so that
they can resend the missing TCP fragments.
Diffstat (limited to 'Kernel/linker.ld')
0 files changed, 0 insertions, 0 deletions