diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2024-03-26 16:42:23 +1100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-03-26 09:51:58 +0100 |
commit | 5894a245b93f3c848c3a42d1c625eef3656b2eec (patch) | |
tree | 7aa9fb019533b65602e813b5463602eb6bf26568 /README.md | |
parent | 16c2d8da0d309e7e6cecc877acfd0f7fb6758d64 (diff) | |
download | passt-5894a245b93f3c848c3a42d1c625eef3656b2eec.tar passt-5894a245b93f3c848c3a42d1c625eef3656b2eec.tar.gz passt-5894a245b93f3c848c3a42d1c625eef3656b2eec.tar.bz2 passt-5894a245b93f3c848c3a42d1c625eef3656b2eec.tar.lz passt-5894a245b93f3c848c3a42d1c625eef3656b2eec.tar.xz passt-5894a245b93f3c848c3a42d1c625eef3656b2eec.tar.zst passt-5894a245b93f3c848c3a42d1c625eef3656b2eec.zip |
tcp: Never automatically add the ACK flag to RST packets
tcp_send_flag() will sometimes force on the ACK flag for all !SYN packets.
This doesn't make sense for RST packets, where plain RST and RST+ACK have
somewhat different meanings. AIUI, RST+ACK indicates an abrupt end to
a connection, but acknowledges data already sent. Plain RST indicates an
abort, when one end receives a packet that doesn't seem to make sense in
the context of what it knows about the connection. All of the cases where
we send RSTs are the second, so we don't want an ACK flag, but we currently
could add one anyway.
Change that, so we won't add an ACK to an RST unless the caller explicitly
requests it.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions