On Sat, 4 Feb 2017, Jason McIntyre wrote:
> On Sat, Feb 04, 2017 at 01:22:40PM -0800, Philip Guenther wrote:
> >
> > It's not specified what AF_UNIX 'raw' sockets mean anyway. FreeBSD and
>
> i'll repeat my "clueless networker" moniker, but point out that ip(4)
> has a section on "Raw IP Sockets".
np. ip(4) is about AF_INET; AF_UNIX is described in unix(4)...which has
no mention of raw sockets. Indeed, it says:
PROTOCOLS
The UNIX-domain protocol family is comprised of simple transport
protocols that support the SOCK_STREAM, SOCK_SEQPACKET, and SOCK_DGRAM
abstractions. <...>
So no, it's not currently documented. :-)
Philip