mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 21:57:36 +03:00
Merge pull request #3138 from lucas-clemente/pmtud-after-handshake-confirmation
only start PMTUD after handshake confirmation
This commit is contained in:
commit
7f55fc7107
2 changed files with 39 additions and 33 deletions
|
@ -2555,6 +2555,7 @@ var _ = Describe("Client Session", func() {
|
|||
})
|
||||
|
||||
It("handles HANDSHAKE_DONE frames", func() {
|
||||
sess.peerParams = &wire.TransportParameters{}
|
||||
sph := mockackhandler.NewMockSentPacketHandler(mockCtrl)
|
||||
sess.sentPacketHandler = sph
|
||||
sph.EXPECT().SetHandshakeConfirmed()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue