forked from mirage/mirage-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This follows the clarification that `V1_LWT.close` follows the behaviour of the Mirage tcp/ip stack i.e. it signals a "shutdown" to the remote (like sending an `Eof`) while leaving the resources allocated and the connection up. Implementations which associate extra resources with a connection (such as a file descriptor or socket buffers) need provide some other cleanup method (e.g. a `disconnect` function) Fixes mirage#16 Signed-off-by: David Scott <dave@recoil.org>
- Loading branch information
Showing
3 changed files
with
12 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters