demikernel
demikernel copied to clipboard
[tcp] Handle Connection Reset
Description
We should handle connection reset.
See also Issue demikernel/demikernel#220.
What does "we should handle connection reset" mean exactly?
@BrianZill this was extracted from the legacy ToDos in our code. I believe that this code snippet is concerned here:
https://github.com/demikernel/demikernel/blob/64238daaae23471be8d652c74bbcd0089ec9a3e2/src/rust/inetstack/protocols/tcp/passive_open.rs#L255-L258