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

feat: support accepting TCP connections through net.Listener #18

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

Conversation

dtext
Copy link

@dtext dtext commented Jul 22, 2024

This allows the user to specify a listener with port 0, which has the OS assign a free port automatically. They can then use the listener to get the assigned port. This isn't possible without having a reference to the listener.

This allows the user to specify a listener with port 0, which has the OS assign
a free port automatically. They can then use the listener to get the assigned
port. This isn't possible without having a reference to the listener.
@dtext
Copy link
Author

dtext commented Aug 26, 2024

Hey @tbrandon, any chance you want to include this contribution?

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