Add MinIdleSession option to AnyTLS outbound

Co-authored-by: anytls <anytls>
This commit is contained in:
anytls 2025-02-24 10:40:12 +08:00 committed by 世界
parent 0df40ee9aa
commit 7acefbcbf3
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 15 additions and 5 deletions

View file

@ -21,4 +21,5 @@ type AnyTLSOutboundOptions struct {
Password string `json:"password,omitempty"`
IdleSessionCheckInterval badoption.Duration `json:"idle_session_check_interval,omitempty"`
IdleSessionTimeout badoption.Duration `json:"idle_session_timeout,omitempty"`
MinIdleSession int `json:"min_idle_session,omitempty"`
}