Join Slack
Powered by
<@U02589QKECC> 1 = AF_UNIX/AF_LOCAL (Unix Socket) ...
# general
s
Stefano Bonicatti
01/04/2022, 1:33 PM
@Divya
1 = AF_UNIX/AF_LOCAL (Unix Socket) 2 = AF_INET (IPv4) 10 = AF_INET6 (IPv6) You can for instance see it in
/usr/include/bits/socket.h
or the kernel sources
include/linux/socket.h
, in the address families
Open in Slack
Previous
Next