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.