telebit/rvpn/genericlistener
Henry Camacho 493477179b Added support for a Listener Manager
- I anticipated having to bring up new listeners as tunnel-clients connect allowing different port use for a single domain
- completed the code, however did not see any port information coming back from WSS client.
- opened an issue with AJ.
- all listeners are now dynamically generated.  The run method takes an initial port, once functioning, the runner send down the channel a registration for the initial port.
2017-02-26 17:27:38 -06:00
..
conn_wedge.go Added support for a Listener Manager 2017-02-26 17:27:38 -06:00
handle_wss_client.go Support for generic listeners, with protocol detection 2017-02-24 23:56:40 -06:00
listener_generic.go Added support for a Listener Manager 2017-02-26 17:27:38 -06:00
manager.go Added support for a Listener Manager 2017-02-26 17:27:38 -06:00
one_conn.go Generic Listener supporting unencrypted, encrypted, with TLS version detection before TLS Accept 2017-02-25 23:17:39 -06:00
setup.go Support for generic listeners, with protocol detection 2017-02-24 23:56:40 -06:00