Allow the callers of CreateSock() to pass all 3 arguments to the
socket(2) syscall. This makes it possible to create sockets of
any domain/type/protocol.
This is a backport of core#30202
Depends on D19737
Differential D19738
netbase: extend CreateSock() to support creating arbitrary sockets Authored by PiRK on Mar 26 2026, 15:56. Tags None Subscribers None
Details
Allow the callers of CreateSock() to pass all 3 arguments to the This is a backport of core#30202 ninja all check-all
Diff Detail
|