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

Manage unix socket #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Manage unix socket #74

wants to merge 1 commit into from

Conversation

sveyret
Copy link

@sveyret sveyret commented May 3, 2020

Issue #73

Copy link
Owner

@bruceg bruceg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does touch a number of files, but it is all necessary. I'm a fan of using UNIX sockets, as they frequently make more sense than TCP for niche use cases. Thanks for the contribution. Would you be able to add test cases to test/tests/protocols using unixserver from ucspi-unix (or equivalent)?

@@ -134,6 +134,15 @@ Set the SMTP authentication password.
.BI source= HOSTNAME
Set the source address for connections to the remote host.
.TP
.BI unix-socket=\fISOCKETNAME
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that since this is a .BI line, the \fI is unnecessary.

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

Successfully merging this pull request may close these issues.

2 participants