1. 13 Aug, 2020 1 commit
  2. 10 Aug, 2020 2 commits
  3. 04 Aug, 2020 4 commits
  4. 22 Jul, 2020 3 commits
  5. 09 Jul, 2020 5 commits
  6. 26 Jun, 2020 1 commit
  7. 25 Jun, 2020 1 commit
    • Nirbheek Chauhan's avatar
      stund: Use lowercase winsock2.h · aa055b36
      Nirbheek Chauhan authored
      Windows ships with `WinSock2.h` but mingw ships with `winsock2.h`.
      This is fine on Windows because files are case-insensitive, but on
      Linux it causes the compiler to not find the header.
      
      All other #includes are lowercase, so just use that.
      aa055b36
  8. 15 Jun, 2020 2 commits
  9. 22 May, 2020 16 commits
  10. 19 May, 2020 1 commit
    • Fabrice Bellet's avatar
      conncheck: do not always remove pair in triggered check list · 4c53dc2f
      Fabrice Bellet authored
      This patch reenables an interesting side effect that existed before
      commit 263c0903, when the state of a pair state in the triggered check
      list was changed to in-progress. Such "triggered" pairs with this state
      were selectively pruned from the conncheck list according to their
      priority in priv_prune_pending_checks(), meaning that pairs with a high
      priority were conserved, and quickly rechecked.
      
      Retrospectively, I suspect that this side effect was the initial
      motivation for changing the state of a "triggered" pair.
      
      Commit 263c0903 disabled that behaviour, for the sake of clarity, but it
      seems important to restore it, because these "triggered" pairs are often
      retriggered for a good reason, and frequently lead to a nominated pair.
      And loosing the opportunity to nominate a pair may be critical in
      controlled role when the peer agent is in aggressive nomination mode.
      4c53dc2f
  11. 18 May, 2020 4 commits