mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-08-18 15:21:48 +00:00
feat: make quic-go happy about buffer stuff
This commit is contained in:
@@ -63,7 +63,7 @@ func NewServer(addr string, protocol string, tlsConfig *tls.Config, quicConfig *
|
||||
return nil, err
|
||||
}
|
||||
if obfuscator != nil {
|
||||
pktConn = newObfsPacketConn(ftcpConn, obfuscator)
|
||||
pktConn = newObfsFakeTCPConn(ftcpConn, obfuscator)
|
||||
} else {
|
||||
pktConn = ftcpConn
|
||||
}
|
||||
|
Reference in New Issue
Block a user