diff options
author | Andreas Kling <kling@serenityos.org> | 2020-02-08 15:52:32 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-08 16:04:27 +0100 |
commit | 228a1e90998fb0f729e6fe9fa3057fe15b203088 (patch) | |
tree | a9224e262e20717b9393f736b2570cfafaeb40f7 /DevTools/IPCCompiler | |
parent | 8325662186ace9d9d356f6ab37433df98b4842da (diff) | |
download | serenity-228a1e90998fb0f729e6fe9fa3057fe15b203088.zip |
IPv4: Basic implementation of TCP socket shutdown
We can now participate in the TCP connection closing handshake. :^)
This implementation is definitely not complete and needs to handle a
bunch of other cases. But it's a huge improvement over not being able
to close connections at all.
Note that we hold on to pending-close sockets indefinitely, until they
are moved into the Closed state. This should also have a timeout but
that's still a FIXME. :^)
Fixes #428.
Diffstat (limited to 'DevTools/IPCCompiler')
0 files changed, 0 insertions, 0 deletions