forked from quic-go/quic-go
move unmarshaling of the transport parameters to the crypto setup
This commit is contained in:
@@ -71,7 +71,7 @@ func (mr *MockHandshakeRunnerMockRecorder) OnHandshakeComplete() *gomock.Call {
|
||||
}
|
||||
|
||||
// OnReceivedParams mocks base method
|
||||
func (m *MockHandshakeRunner) OnReceivedParams(arg0 []byte) {
|
||||
func (m *MockHandshakeRunner) OnReceivedParams(arg0 *TransportParameters) {
|
||||
m.ctrl.T.Helper()
|
||||
m.ctrl.Call(m, "OnReceivedParams", arg0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user