We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a95097 commit a15c474Copy full SHA for a15c474
sysdeps/managarm/generic/socket.cpp
@@ -226,14 +226,15 @@ int sys_peername(
226
227
namespace {
228
229
-std::array<std::pair<int, int>, 7> getsockopt_passthrough = {{
+std::array<std::pair<int, int>, 8> getsockopt_passthrough = {{
230
{SOL_SOCKET, SO_PROTOCOL},
231
{SOL_SOCKET, SO_PEERCRED},
232
{SOL_NETLINK, NETLINK_LIST_MEMBERSHIPS},
233
{SOL_SOCKET, SO_TYPE},
234
{SOL_SOCKET, SO_ACCEPTCONN},
235
{SOL_SOCKET, SO_PEERPIDFD},
236
{SOL_SOCKET, SO_BINDTODEVICE},
237
+ {SOL_SOCKET, SO_DOMAIN},
238
}};
239
240
} // namespace
0 commit comments