Issue #383: Implemented ephemeral TCP port for listener, exposed in endpoint. ...
Issue #383: Implemented ephemeral TCP port for listener, exposed in endpoint. Requires additional logic outside of Pistache for maximal benefit. To get an ephemeral port, just create an Address or Port with a TCP port number of 0, then call Endpoint::getPort() after the Pistache accept thread has created the socket.
Showing
Please register or sign in to comment