mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-08-14 05:11:47 +00:00
feat: update quic-go to 0.27.0
This commit is contained in:
@@ -20,7 +20,7 @@ const udpBufferSize = 65535
|
||||
|
||||
type serverClient struct {
|
||||
V2 bool
|
||||
CS quic.Session
|
||||
CS quic.Connection
|
||||
Transport *transport.ServerTransport
|
||||
Auth []byte
|
||||
ClientAddr net.Addr
|
||||
@@ -40,7 +40,7 @@ type serverClient struct {
|
||||
udpDefragger defragger
|
||||
}
|
||||
|
||||
func newServerClient(v2 bool, cs quic.Session, tr *transport.ServerTransport, auth []byte, disableUDP bool, ACLEngine *acl.Engine,
|
||||
func newServerClient(v2 bool, cs quic.Connection, tr *transport.ServerTransport, auth []byte, disableUDP bool, ACLEngine *acl.Engine,
|
||||
CTCPRequestFunc TCPRequestFunc, CTCPErrorFunc TCPErrorFunc,
|
||||
CUDPRequestFunc UDPRequestFunc, CUDPErrorFunc UDPErrorFunc,
|
||||
UpCounterVec, DownCounterVec *prometheus.CounterVec,
|
||||
|
Reference in New Issue
Block a user