inetstack icon indicating copy to clipboard operation
inetstack copied to clipboard

[tcp] Improve Performance of TCP Layer

Open ppenna opened this issue 3 years ago • 0 comments

Description

We should add the following improvements to the TCP layer so as to improve performance:

  • [ ] Fast path for TCP receive
  • [ ] Fast path for TCP send
  • [ ] Remove Event indirection
  • [ ] Use bytes for buffer management
  • [ ] Use intrusive pairing heap for timers

ppenna avatar Jul 02 '21 13:07 ppenna