soypat / seqs

seqs: the hottest, most idiomatic userspace TCP/IP implementation on the internet. lwip in go basically
BSD 3-Clause "New" or "Revised" License
44 stars 4 forks source link

set closing field on Closing state to prevent forever open connections #23

Closed soypat closed 4 months ago

soypat commented 4 months ago

Title says it. Before this PR TCP connections could remain in an open state if hitting FinWait2. Calling close would not prevent it.