Skip to content

v1.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 15:01
· 977 commits to master since this release
e32c869

Features

  • #546 Enable TCP Keep Alive for inbound and outbound sockets

    • Add a new keep_alive key in configuration for configuring keep alive timeout
    • Default timeout is 15 seconds (like Go's net library's default)
  • #543 Add disabled key for local servers in configuration

Bug Fixed

  • #490 Try to purge half-open TCP connections when one direction is closed

    • When one direction is closed, server will set a 5 seconds read timeout on the other half
  • #542 Allow setting method for default encryption method when starting ssmanager with configuration

  • #541 Fixed ACL rules for ssmanager

  • Fixed wrong slient-drop implementation in ssserver