NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Debugging socket options



> On Dec 4, 2022, at 3:16 PM, Michael van Elst <mlelstv%serpens.de@localhost> wrote:
> 
> brook%nmsu.edu@localhost (Brook Milligan) writes:
> 
>> 18808  18808 guppy_basecaller CALL  socketpair(1,5,0,0x7f7fffffdb98)
> 
> socketpair(PF_LOCAL, SOCK_SEQPACKET, 0, &pair);
> 
> 
>> 18808  18808 guppy_basecaller CALL  =
>> setsockopt(3,1,0x10,0x7f7fffffda14,4)
> 
> setsockopt(3, SOL_SOCKET, SO_PASSCRED, &val, sizeof(val));

Thanks.  Where should I have been looking to find this easily?

> I don't think that could work with our Linux emulation as we
> do not support SO_PASSCRED.

OK.  I anyone working on this?  Is there hope of anyone working on this?  Is it being ignored by design?

Thanks a lot for the information.

Cheers,
Brook



Home | Main Index | Thread Index | Old Index