inetstack
inetstack copied to clipboard
Demikernel's TCP/UDP Stack
# Description We should add the following improvements to the TCP layer so as to improve performance: - [ ] Fast path for TCP receive - [ ] Fast path...
# Description We should set to wait for `2*MSL` when closing active sockets.
# Description When receiving data in active sockets we should handle window size overflow errors properly. # References - `PassiveOpenSocket::receive()`
# Description When receiving data in active sockets we should handle window size overflow errors properly. # References - `ActiveOpenSocket::receive()`