Commit 4c9ad91
committed
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 <58110325+msanft@users.noreply.github.com>1 parent 8ed3477 commit 4c9ad91
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
| |||
0 commit comments