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

Do not try to connect tcp or command port if not needed #15

Open
bignaux opened this issue Jun 2, 2022 · 1 comment
Open

Do not try to connect tcp or command port if not needed #15

bignaux opened this issue Jun 2, 2022 · 1 comment

Comments

@bignaux
Copy link

bignaux commented Jun 2, 2022

Currently, ps2client always try to connect both server instead of connecting according to the commands.

https://github.com/ps2dev/ps2client/blob/master/src/ps2link.c#L44-L59
Refactoring a bit would avoid useless connection and simplify the addition of new command.

@fjtrujy
Copy link
Member

fjtrujy commented Jun 2, 2022

Probably we could have a flag in the config file for enable/disable this

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

No branches or pull requests

2 participants