demikernel icon indicating copy to clipboard operation
demikernel copied to clipboard

[tcp] Handle Connection Reset

Open ppenna opened this issue 3 years ago • 1 comments

Description

We should handle connection reset.

ppenna avatar Jul 02 '21 13:07 ppenna

See also Issue demikernel/demikernel#220.

BrianZill avatar May 10 '22 23:05 BrianZill

What does "we should handle connection reset" mean exactly?

BrianZill avatar Jan 18 '23 20:01 BrianZill

@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

ppenna avatar Jan 19 '23 10:01 ppenna