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

Allow FTE to listen on more than one port #14

Closed
kpdyer opened this issue Jun 4, 2013 · 1 comment
Closed

Allow FTE to listen on more than one port #14

kpdyer opened this issue Jun 4, 2013 · 1 comment
Assignees

Comments

@kpdyer
Copy link
Owner

kpdyer commented Jun 4, 2013

At the moment an FTE server can listen on only one port at a time. Hence, to listen on, say, ports 22 and 80, this requires two FTE instances to be running server-side, which requires twice the memory. However, if we setup FTE to take the list of server-side ports as a list, rather than an integer, this would all the FTE server to be much more clever and listen on multiple ports in the ServerDemuxer, without the need to have multiple FTE instances.

@kpdyer
Copy link
Owner Author

kpdyer commented Oct 24, 2013

Fixed, as FTE no longer relies on local (static) port for IPC.

@kpdyer kpdyer closed this as completed Oct 24, 2013
@ghost ghost assigned kpdyer Oct 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant