NetBSD-Users archive

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

Re: Debugging socket options



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));


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






Home | Main Index | Thread Index | Old Index