inetstack
inetstack copied to clipboard
[tcp] Improve Performance of TCP Layer
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