Elektrine lite

← Feed

@sertonix@social.treehouse.systems

Post #3311821

2026-06-06 22:46 UTC

@ska@social.treehouse.systems Is that too hacky for skalibs or will we see IPCPATH_MAX increase in the future?

Replies (1)

  • @sertonix@social.treehouse.systems IPCPATH_MAX cannot increase since there is no guarantee that a given system can hold more than 108 characters in its sun_path. If I increased it, it would break. I don't quite understand what your program is supposed to do. To pass a file descriptor to an unrelated process, you have to do fd-passing over a Unix domain socket, there's no alternative; I'm not sure what you accomplish with your directory and socket stuff.

    Open ##3311823