diff options
author | Libor Peltan <libor.peltan@nic.cz> | 2023-06-01 13:44:15 +0200 |
---|---|---|
committer | Libor Peltan <libor.peltan@nic.cz> | 2023-06-01 13:44:15 +0200 |
commit | 932038cf2c7775fd6e6b27fcbf3c2ebb4def5e46 (patch) | |
tree | 6e2c9f4c46e6558e7393618eb8f0fbe78b2e21f6 /doc/man_kxdpgun.rst | |
parent | Merge branch 'quic_requestor_close' into 'master' (diff) | |
download | knot-932038cf2c7775fd6e6b27fcbf3c2ebb4def5e46.tar.xz knot-932038cf2c7775fd6e6b27fcbf3c2ebb4def5e46.zip |
kxdpgun: enable gracefully closing connections
Diffstat (limited to 'doc/man_kxdpgun.rst')
-rw-r--r-- | doc/man_kxdpgun.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man_kxdpgun.rst b/doc/man_kxdpgun.rst index bb6c917c5..1609f527e 100644 --- a/doc/man_kxdpgun.rst +++ b/doc/man_kxdpgun.rst @@ -121,7 +121,7 @@ TCP/QUIC debug modes Send query and don't ACK the response or anything further. **8** - Don't close the connection and ignore close by counterpart (TCP only). + Don't close the connection and ignore close by counterpart. **9** Operate normally except for not ACKing the final FIN+ACK (TCP only). |