mirror of
https://github.com/jpillora/chisel
synced 2026-06-08 15:07:02 +00:00
777ce484f9
Presently, only the server maintains connection statistics, however, when reverse port forwarding is eventually supported by chisel, the client will also want to do so. Rather than duplicating this functionality in the client, generalize the existing functionality as chshare.ConnStats, allowing it to be used by both client and server.