diff options
author | sin-ack <sin-ack@users.noreply.github.com> | 2021-09-16 00:15:36 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-16 16:50:23 +0200 |
commit | 0ccef94a496300becc4dd6e5a2bde3c7fe12dc68 (patch) | |
tree | 3f113c616b540474188bb60e4eb26ff30807fdfb /Kernel/FileSystem | |
parent | f4d3c54c12f64edec0eeb1395c6531787dbd738e (diff) | |
download | serenity-0ccef94a496300becc4dd6e5a2bde3c7fe12dc68.zip |
Kernel: Drop the receive buffer when socket enters the TimeWait state
The TimeWait state is intended to prevent another socket from taking the
address tuple in case any packets are still in transit after the final
close. Since this state never delivers packets to userspace, it doesn't
make sense to keep the receive buffer around.
Diffstat (limited to 'Kernel/FileSystem')
0 files changed, 0 insertions, 0 deletions