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", NULL) == -1)
> + if (pledge("stdio unveil rpath dns inet unix id",
> + NULL) == -1)
> err(1, "pledge");
This line got shorter, don't wrap it.
