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:
UNIX_PATH_MAX
/usr/include/linux/un.h
cat /usr/include/linux/un.h | grep "define UNIX_PATH_MAX" #define UNIX_PATH_MAX 108