forked from quic-go/quic-go
implement handling of STOP_WAITING frames for incoming packets
This commit is contained in:
@@ -83,7 +83,7 @@ func (s *Session) HandlePacket(addr *net.UDPAddr, publicHeaderBinary []byte, pub
|
||||
case *frames.ConnectionCloseFrame:
|
||||
fmt.Printf("%#v\n", frame)
|
||||
case *frames.StopWaitingFrame:
|
||||
fmt.Printf("%#v\n", frame)
|
||||
err = s.incomingAckHandler.ReceivedStopWaiting(frame)
|
||||
case *frames.RstStreamFrame:
|
||||
fmt.Printf("%#v\n", frame)
|
||||
case *frames.WindowUpdateFrame:
|
||||
|
||||
Reference in New Issue
Block a user