mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 20:52:15 +08:00
chore: doq parameters
This commit is contained in:
parent
45a02e3439
commit
8681728b8d
@ -138,6 +138,8 @@ func (dc *quicClient) openSession() (quic.Connection, error) {
|
|||||||
quicConfig := &quic.Config{
|
quicConfig := &quic.Config{
|
||||||
ConnectionIDLength: 12,
|
ConnectionIDLength: 12,
|
||||||
HandshakeIdleTimeout: time.Second * 8,
|
HandshakeIdleTimeout: time.Second * 8,
|
||||||
|
MaxIncomingStreams: 4,
|
||||||
|
MaxIdleTimeout: time.Second * 45,
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Debugln("opening session to %s", dc.addr)
|
log.Debugln("opening session to %s", dc.addr)
|
||||||
|
Loading…
Reference in New Issue
Block a user