Files
jpillora-chisel/server
Eric Sunshine 777ce484f9 generalize connection statistics maintenance
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.
2018-12-23 16:25:44 -05:00
..