mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
rename the session to connection
This commit is contained in:
parent
d7ad1b6b9b
commit
4b17343631
16 changed files with 574 additions and 574 deletions
|
@ -171,7 +171,7 @@ var _ = Describe("Connection ID Generator", func() {
|
|||
}
|
||||
})
|
||||
|
||||
It("replaces with a closed session for all connection IDs", func() {
|
||||
It("replaces with a closed connection for all connection IDs", func() {
|
||||
Expect(g.SetMaxActiveConnIDs(5)).To(Succeed())
|
||||
Expect(queuedFrames).To(HaveLen(4))
|
||||
sess := NewMockPacketHandler(mockCtrl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue