inetstack
inetstack copied to clipboard
[tcp] Implement Missing Features in TCP Layer
Description
We should implement the following missing functionalities in the TCP layer:
- [ ] TCP Fast Open
- [ ] Nagle's algorithm (optional)
- [ ] Silly window syndrome
- [ ] Fast retransmit
- [ ] Congestion control
- [ ] SACKs
- [ ] Delayed ACKs for full segments
- [ ] TCP Timestamps