You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: