Andriy,
On Tue, Oct 04, 2022 at 02:46:51PM +0300, Andriy Gapon wrote:
A> Yes, that conditional.
A> I pointed out the part of it that does not make sense to me.
A>
A> Also, in my tests SO_REUSEPORT does not actually allow to share a port.
A> Test scenario:
A> - create a UDP socket
A> - setsockop
Hi,
trpt(8) is utility to pull TCP debugging data from the kernel
in 4.2BSD. We still have it in the base, with corresponding
TCPDEBUG option in the kernel and SO_DEBUG socket option.
At the same time we have much more powerful debugging facilities
for TCP, e.g. the Dtrace probing, the TCP blac
On 3 Nov 2022, at 22:48, Gleb Smirnoff wrote:
> Hi,
>
> trpt(8) is utility to pull TCP debugging data from the kernel
> in 4.2BSD. We still have it in the base, with corresponding
> TCPDEBUG option in the kernel and SO_DEBUG socket option.
>
> At the same time we have much more powerful debuggin