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

Add more control over TCP listen endpoints #98

Merged
merged 14 commits into from Jun 29, 2023

Conversation

johnwason
Copy link
Contributor

Currently only the port can be specified for TCP listen endpoints. This PR allows for the customization of the listen endpoints, and adds a new flag --robotraconteur-tcp-listen-localhost that will only listen on the localhost network. The TCP transport can now receive a list of specific endpoints to listen on, beyond "all" or "localhost". A callback function can be specified to log or filter incoming socket connections.

@johnwason johnwason merged commit fb862a9 into robotraconteur:master Jun 29, 2023
20 of 22 checks passed
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.

None yet

1 participant