Skip to content

Commit

Permalink
Disables flow control window sliding in address_validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiraux committed Jun 4, 2020
1 parent e83805b commit e540b11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scenarii/address_validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ func (s *AddressValidationScenario) Run(conn *qt.Connection, trace *qt.Trace, pr
socketAgent := connAgents.Get("SocketAgent").(*agents.SocketAgent)
tlsAgent := connAgents.Get("TLSAgent").(*agents.TLSAgent)
tlsAgent.DisableFrameSending = true
fcAgent := connAgents.Get("FlowControlAgent").(*agents.FlowControlAgent)
fcAgent.DontSlideCreditWindow = true

handshakeAgent := &agents.HandshakeAgent{TLSAgent: tlsAgent, SocketAgent: connAgents.Get("SocketAgent").(*agents.SocketAgent)}
handshakeAgent.IgnoreRetry = true
Expand Down

0 comments on commit e540b11

Please sign in to comment.