Files
jpillora-chisel/server
Eric Sunshine d670c83e2b handleTCPStream: relocate from server/ to share/
server/handleTCPStream() is sufficiently general to handle TCP stream
functionality for both the client and server. Therefore, move it to
share/ so it can be re-used by the client when chisel learns to
support reverse port forwarding, in which case TCP stream handling
will be done by the client rather than the server.
2018-12-23 16:25:44 -05:00
..