mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-04 00:23:43 +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{
|
||||
ConnectionIDLength: 12,
|
||||
HandshakeIdleTimeout: time.Second * 8,
|
||||
MaxIncomingStreams: 4,
|
||||
MaxIdleTimeout: time.Second * 45,
|
||||
}
|
||||
|
||||
log.Debugln("opening session to %s", dc.addr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user