-
Notifications
You must be signed in to change notification settings - Fork 48
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
Specify port #15
Comments
Hi, there is an open PR for this which unfortunately has a few problems so I didn't merge it. It seems to work though, so you can use it at your own risk if you want. You could also fork it and address the problems to get it merged. |
Thanks @sgeisler , that worked great. |
I don't think so. When I developed it I had a slow CPU, but a 1GBit network to my build server so I didn't optimize for transfer size. cargo-remote would need to understand cargo files much better for that to work (needs to find all binary names). PRs are always welcome. |
Patch support
I am trying to use the program however I do not know how to specify the port used for communication. It seems to always be 22 but the port for connection is 23. How do I change it?
The text was updated successfully, but these errors were encountered: