8000 Add support for abstract unix domain sockets · Issue #4677 · grpc/grpc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add support for abstract unix domain sockets #4677
Closed
@duggelz

Description

@duggelz

Unix domain sockets have a convention that a leading @ in the socket name denotes an address in the abstract namespace. This doesn't seem to work in either client or server.

Example:

builder.AddListeningPort("unix:@foo", grpc::InsecureServerCredentials());

What should happen:

Server opens abstract unix domain socket with name 'foo'

What actually happens:

Server opens non-abstract unix domain socket with name '@foo' in current working directory

GRPC 0.11.1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0