Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix : fix the udpConns map does not release new conns when its length is over 100 #515

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 30, 2024

  1. bugfix (share/tunnel/tunnel_out_ssh_udp.go):

    1. fix the udpConns does not release new conn in udpConn map when the length is over maxConns. The length of map continues growing and eventually makes new connections cannot read.
    2. make maxConns configurable
    方鸻 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fa2e6c7 View commit details
    Browse the repository at this point in the history
  2. refactor(tunnel_out_ssh_udp): add setWriteOnly to ensure the udp conn…

    …s over max size can not read but can also write to ensure consistent usage with previous implementation.
    方鸻 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    574cb30 View commit details
    Browse the repository at this point in the history
  3. fix timer usage

    方鸻 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a5cd1fc View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. refactor(tunnel_out_ssh_udp): simplify the implementation of write on…

    …ly udp connection
    方鸻 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    daa4fd6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    e658ced View commit details
    Browse the repository at this point in the history