diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2025-02-05 17:02:27 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2025-02-06 09:43:00 +0100 |
commit | 593be3277429f0a2c06f6bebab4f20736c96abc8 (patch) | |
tree | 6d991c0b97aab51ef1d116054cf1921d8d0ce3fa | |
parent | 9215f68a0c2ad274b73862bc865fbdbb464e182a (diff) | |
download | passt-593be3277429f0a2c06f6bebab4f20736c96abc8.tar passt-593be3277429f0a2c06f6bebab4f20736c96abc8.tar.gz passt-593be3277429f0a2c06f6bebab4f20736c96abc8.tar.bz2 passt-593be3277429f0a2c06f6bebab4f20736c96abc8.tar.lz passt-593be3277429f0a2c06f6bebab4f20736c96abc8.tar.xz passt-593be3277429f0a2c06f6bebab4f20736c96abc8.tar.zst passt-593be3277429f0a2c06f6bebab4f20736c96abc8.zip |
passt-repair.1: Fix indication of TCP_REPAIR constants
...perhaps I should adopt the healthy habit of actually reading
headers instead of using my mental copy.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r-- | passt-repair.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passt-repair.1 b/passt-repair.1 index 8d07c97..7c1b140 100644 --- a/passt-repair.1 +++ b/passt-repair.1 @@ -31,7 +31,7 @@ same as the UNIX domain socket used for guest communication, suffixed by \fI.repair\fR. The messages consist of one 8-bit signed integer that can be \fITCP_REPAIR_ON\fR -(1), \fITCP_REPAIR_OFF\fR (2), or \fITCP_REPAIR_OFF_WP\fR (-1), as defined by +(1), \fITCP_REPAIR_OFF\fR (0), or \fITCP_REPAIR_OFF_NO_WP\fR (-1), as defined by the Linux kernel user API, and one to SCM_MAX_FD (253) sockets as SCM_RIGHTS (see \fBunix\fR(7)) ancillary message, sent by the server, \fBpasst\fR(1). |