pub const UNBOUND_SOCKET_ID: usize = 0;Expand description
Placeholder socket ID value for socket files that are not yet bound to a socket object. This is used when reading socket files from persistent storage (e.g., ext2 filesystem) before the actual socket binding occurs at runtime.