mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
simplify the connection, rename it to sendConn
This commit is contained in:
parent
d7c2169c55
commit
89417ab5ca
16 changed files with 175 additions and 246 deletions
|
@ -10,10 +10,10 @@ import (
|
|||
|
||||
var _ = Describe("Send Queue", func() {
|
||||
var q *sendQueue
|
||||
var c *MockConnection
|
||||
var c *MockSendConn
|
||||
|
||||
BeforeEach(func() {
|
||||
c = NewMockConnection(mockCtrl)
|
||||
c = NewMockSendConn(mockCtrl)
|
||||
q = newSendQueue(c)
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue