Skip to content

tcpproxy 0.4.0

Latest
Compare
Choose a tag to compare
@mqudsi mqudsi released this 08 Oct 18:16
· 1 commit to master since this release
  • ECONNABORT and ECONNRESET are no longer treated as exceptional; this means the proxy just closes the other half of the connection and logs the total number of bytes trafficked in each direction (if logging is enabled with -d) without reporting any errors. (ca67fd3 and #3)
  • Dependencies have been updated
  • Logged messages updated to be easier to grok more quickly
  • Changes to the code to simplify and adopt some best practices regarding long-lived shared variables (55b654e)
  • Errors connecting to upstream are correctly logged (84ed909)

Pre-compiled static binaries for certain platforms are attached. More will come, DV.