mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
move queueing of control frames to the framer
This commit is contained in:
parent
9f5bfbe292
commit
06db39836b
10 changed files with 345 additions and 302 deletions
|
@ -108,13 +108,3 @@ func (m *MockPacker) PackRetransmission(arg0 *ackhandler.Packet) ([]*packedPacke
|
|||
func (mr *MockPackerMockRecorder) PackRetransmission(arg0 interface{}) *gomock.Call {
|
||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PackRetransmission", reflect.TypeOf((*MockPacker)(nil).PackRetransmission), arg0)
|
||||
}
|
||||
|
||||
// QueueControlFrame mocks base method
|
||||
func (m *MockPacker) QueueControlFrame(arg0 wire.Frame) {
|
||||
m.ctrl.Call(m, "QueueControlFrame", arg0)
|
||||
}
|
||||
|
||||
// QueueControlFrame indicates an expected call of QueueControlFrame
|
||||
func (mr *MockPackerMockRecorder) QueueControlFrame(arg0 interface{}) *gomock.Call {
|
||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "QueueControlFrame", reflect.TypeOf((*MockPacker)(nil).QueueControlFrame), arg0)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue