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

tcp md5 peer option #22

Closed
jwhited opened this issue Feb 9, 2021 · 2 comments
Closed

tcp md5 peer option #22

jwhited opened this issue Feb 9, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@jwhited
Copy link
Owner

jwhited commented Feb 9, 2021

No description provided.

@jwhited jwhited added the enhancement New feature or request label Feb 9, 2021
@jwhited
Copy link
Owner Author

jwhited commented Mar 10, 2021

This will require multiple listeners to support both ipv4 and ipv6 peers w/md5. The peer address specified in the sockopt must match the address family of the socket.

@jwhited
Copy link
Owner Author

jwhited commented Mar 12, 2021

Implemented via dd6b120. Setting a Dialer.Control func allow for setting any sock opt for outbound dialing. Inbound connection are handled via the provided listeners, which the user already has control over.

@jwhited jwhited closed this as completed Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant