Skip to content

Going Green

Compare
Choose a tag to compare
@Freaky Freaky released this 13 Dec 20:54
· 7 commits to master since this release
  • Restructure connection handling to reduce memory and CPU use
  • Observed drop of ~2MB from 8MB to 6MB with 4000 connections
  • Remove --threads option, tarssh is now strictly single-threaded
  • Send the banner line-by-line
  • Track bytes sent per-connection and globally
  • Add SIGINFO (and SIGHUP) support to log status on demand
  • Stop calling accept() when the connection limit is reached