UnixDomainSocketMaxPathLength

7th February 2017 at 12:44pm
TechnicalNotes

On Linux, this length is usually defined as 108.

It is defined by the UNIX_PATH_MAX variable in the /usr/include/linux/un.h header file:

cat /usr/include/linux/un.h | grep "define UNIX_PATH_MAX"

#define UNIX_PATH_MAX   108