Skip to content

SO_REUSEPORT on AF_UNIX socket #250

Closed
@jannau

Description

@jannau

net: restrict SO_REUSEPORT to inet sockets in v6.13-rc6 and backported to stable v6.12.9 breaks muvm.

setsockopt(fd, sockopt::ReusePort, &true).map_err(ProxyError::SettingReusePort)?;
returns EOPNOTSUPP with that patch included.

Linux man page describe SO_REUSEPORT as AF_INET specific.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions