# Functions
NewDialer returns the side of the connection which will initiate new connections over the already established reverse connections.
NewListener returns a new Listener, it dials to the Dialer creating "reverse connection" that are accepted by this Listener.
No description provided by the author
syncerTunnelURL builds the destination url with the Dialer expected format of the URL.
# Variables
ErrListenerClosed is returned by Accept after Close has been called.