This commit is contained in:
yaotthaha 2023-08-01 17:27:28 +08:00
parent 8d9aa7d174
commit 82e24fe75d

View File

@ -80,6 +80,7 @@ func NewClient(options ClientOptions) (*Client, error) {
congestionControl: options.CongestionControl, congestionControl: options.CongestionControl,
udpStream: options.UDPStream, udpStream: options.UDPStream,
zeroRTTHandshake: options.ZeroRTTHandshake, zeroRTTHandshake: options.ZeroRTTHandshake,
heartbeat: options.Heartbeat,
}, nil }, nil
} }