Files
banan-os/kernel/include/kernel
Bananymous ff378e4538 Kernel: Cleanup and optimize TCP
We now only send enough data to fill other ends window, not past that.
Previous logic had a but that allowed sending too much data leading to
retransmissions.

When the target sends zero window and later updates window size,
immediately retransmit non-acknowledged bytes.

Don't validate packets through listeing socket twice. The actual socket
will already verify the checksum so the listening socket does not have
to.
2026-02-24 16:20:23 +02:00
..
2026-01-02 17:50:22 +02:00
2024-03-26 02:48:26 +02:00
2026-01-08 17:13:59 +02:00
2025-08-11 14:07:37 +03:00
2026-01-11 01:31:09 +02:00
2024-09-27 15:31:31 +03:00
2026-01-11 01:31:09 +02:00
2024-01-24 15:53:38 +02:00
2024-01-24 15:53:38 +02:00
2025-08-05 17:12:26 +03:00
2026-01-24 22:38:34 +02:00
2025-05-13 10:16:21 +03:00
2026-01-11 01:31:09 +02:00
2025-07-02 00:17:42 +03:00