mirror of
https://github.com/SagerNet/sing-quic.git
synced 2025-04-04 20:37:41 +03:00
fix: correctly set maxDatagramFrameSizeParameter
This commit is contained in:
parent
67ff7e67cb
commit
6a7930915e
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ func NewClient(options ClientOptions) (*Client, error) {
|
|||
MaxConnectionReceiveWindow: hysteria.DefaultConnReceiveWindow,
|
||||
MaxIdleTimeout: hysteria.DefaultMaxIdleTimeout,
|
||||
KeepAlivePeriod: hysteria.DefaultKeepAlivePeriod,
|
||||
MaxDatagramFrameSize: 1200,
|
||||
}
|
||||
if len(options.TLSConfig.NextProtos()) == 0 {
|
||||
options.TLSConfig.SetNextProtos([]string{http3.NextProtoH3})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue