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 current implementation the user can only specify the number of TCP ports to open. Each TCP port opened is a randomly
generated 5 digit number. Certain libraries are only build for fixed ports.
Solution
Possibility for client to specify TCP ports to open on the server side. Checks on the server module to ensure that the port is not
taken. Possibility to also do port mapping from inside the container to an outside port open.
The text was updated successfully, but these errors were encountered:
Problem
At the current implementation the user can only specify the number of TCP ports to open. Each TCP port opened is a randomly
generated 5 digit number. Certain libraries are only build for fixed ports.
Solution
Possibility for client to specify TCP ports to open on the server side. Checks on the server module to ensure that the port is not
taken. Possibility to also do port mapping from inside the container to an outside port open.
The text was updated successfully, but these errors were encountered: