Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UNIX socket support #1

Closed
symisc opened this issue May 30, 2019 · 1 comment
Closed

UNIX socket support #1

symisc opened this issue May 30, 2019 · 1 comment

Comments

@symisc
Copy link

symisc commented May 30, 2019

Hey @dmitigr,

Does your implementation support UNIX sockets instead of TCP binding? Most modern implementation like php-fcm do rely on UNIX sockets instead of TCP to reduce network congestion and increase responses ratio.

@dmitigr
Copy link
Owner

dmitigr commented May 30, 2019

Hello,

Yes. Please use Listener_options::make(std::filesystem::path path, int backlog) constructor function to make a listener of the Unix Domain Sockets.

PS. There are also support for Windows Named Pipes.

@symisc symisc closed this as completed May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants