lit icon indicating copy to clipboard operation
lit copied to clipboard

lit-af doesn't have a port option

Open Varunram opened this issue 7 years ago • 3 comments

Say we have tow running lit instances, if we connect one through the -dir flag, we can't attempt to connect to the other one via this as well since lit-af doesn't have a port param. Would be nice to have this as an option. Will put in a PR once existing ones are merged to avoid merge conflicts.

Varunram avatar Sep 23 '18 08:09 Varunram

Perhaps change it so that -p reflects the p2p port to connect to if a -dir flag is given.

delbonis avatar Sep 24 '18 15:09 delbonis

the -con parameter accepts a port. See https://github.com/mit-dci/lit/pull/312#issuecomment-419547867

gertjaap avatar Sep 25 '18 08:09 gertjaap

I meant the -dir command itself doesn't have a port option. Its maybe a slight inconvenience to use the con option every time we run multiple clients on the same server I guess, hence the issue.

Varunram avatar Sep 29 '18 13:09 Varunram