inetstack icon indicating copy to clipboard operation
inetstack copied to clipboard

[tcp] Implement Missing Features in TCP Layer

Open ppenna opened this issue 3 years ago • 0 comments

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

ppenna avatar Jul 02 '21 13:07 ppenna