On Tue, 28 Jan 2025 00:15:32 +0100 Stefano Brivio wrote: > A privileged helper to set/clear TCP_REPAIR on sockets on behalf of > passt. Not used yet. ...but tested against source.c / target.c, attached. --- $ nc -l 9996 --- $ ./source 127.0.0.1 9996 9898 /tmp/repair.sock sending sequence: 3244673313 receiving sequence: 2250449386 --- # ./passt-repair /tmp/repair.sock --- $ strace ./target 127.0.0.1 9996 9898 /tmp/repair.sock 3244673313 2250449386 --- # ./passt-repair /tmp/repair.sock --- -- Stefano