Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not setsockopt(2) on AF_UNIX / AF_VSOCK sockets
With Linux 6.12, specifically this commit: torvalds/linux@5b0af62, one can not call `setsockopt(2)` on non-inet (`AF_INET`/`AF_INET6`) sockets anymore. As the ttRPC socket can only ever be non-inet, we should not ever call `setsockopt(2)` here. Signed-off-by: Moritz Sanft <[email protected]>
- Loading branch information