demikernel
demikernel copied to clipboard
[inetstack] Improve Resource Usage of TCP Layer
Description
We should implement the follow features in order to improve resource usage of TCP layer:
- [ ] Memory usage
- [ ] Better data structure for open ports
- [ ] Slim down TCP control block
- [x] Slim down TCP background workers
PR demikernel/inetstack#135 removed all the closer closures, which at least partially helped with "Slim down TCP background workers".