1. 20 Jun, 2016 6 commits
    • Fabrice Bellet's avatar
      agent: rework gathering failures on auto-generated IPs · 8f74fa48
      Fabrice Bellet authored
      This patch reworks commit fc4d3aab "ignore gathering failures on
      auto-generated IPs", that introduces a regression in the test-fullmode
      check, when turn is on and use_loopback is off. The part of the test
      that fails is when nice_agent_gather_candidates (ragent...) should
      return false when the port range for the second component is already
      busy, line 385.
      
      In this case, agent->local_address is null, so the code path added by
      commit fc4d3aab is taken, and the function will return true, even when
      not local address has been gathered.
      
      The proper fix is to swap the inner and outer loops (on components, and
      on local addresses), and to go to error when all local addresses of a
      given component have failed, and to return false only in this case.
      8f74fa48
    • Fabrice Bellet's avatar
      conncheck: state is connected when a pair is nominated · 8b1fa846
      Fabrice Bellet authored
      This patch fixes is bug introduced in commit 1ab9d7c1 "conncheck:
      Separate valid and succeded states", with the introduction of the valid
      flag. The agent really should go to connected state when we have a
      nominated pair, and not just a valid one.
      8b1fa846
    • Fabrice Bellet's avatar
      test-send-recv: reduce deadlock timeout · de17deed
      Fabrice Bellet authored
      de17deed
    • Fabrice Bellet's avatar
      pseudotcp-fuzzy: fix this test · 328d081d
      Fabrice Bellet authored
      The header size should be 24 bytes only, if we don't want to fuzz the
      payload too.  Moreover, the default lambda parameter is decreased to
      one, to not fuzz the header too heavily, and consequently increase too
      much the time for the test to complete, due to exponential
      retransmission timeout when packets are corrupted.
      328d081d
    • Fabrice Bellet's avatar
      pseudotcp: accept several FIN segments · 6b106b7a
      Fabrice Bellet authored
      This modification allows to gracefully recover from a first
      corrupted FIN segment.
      6b106b7a
    • Fabrice Bellet's avatar
      24eb9cbb
  2. 06 Jun, 2016 3 commits
  3. 03 Jun, 2016 16 commits
  4. 02 Jun, 2016 4 commits
  5. 01 Jun, 2016 2 commits
  6. 31 May, 2016 3 commits
  7. 30 May, 2016 6 commits