Re: switch tcpbench to use TCP_INFO instead of kvm

2022-08-13 Thread Alexander Bluhm
On Sat, Aug 13, 2022 at 10:16:43AM +0200, Claudio Jeker wrote: > This diff changes tcpbench to use the TCP_INFO getsockopt to fetch > all the extra information instead of kvm. > The variable names change because of this. OK bluhm@ > - if (pledge("stdio unveil rpath dns inet unix id proc", NUL

switch tcpbench to use TCP_INFO instead of kvm

2022-08-13 Thread Claudio Jeker
This diff changes tcpbench to use the TCP_INFO getsockopt to fetch all the extra information instead of kvm. The variable names change because of this. -- :wq Claudio Index: Makefile === RCS file: /cvs/src/usr.bin/tcpbench/Makefile,