1. 15 Jun, 2016 2 commits
  2. 14 Jun, 2016 1 commit
    • Jakub Sztandera's avatar
      Fix DHT tests failing because of repeated addresses · 32cdbbdf
      Jakub Sztandera authored
      Due to SO_REUSE_PORT it is possible for a localhost:0
      address to repeat. This causes failure in DHT tests
      where we spun up a lot of nodes inside test.
      
      As for a birthday paradox it is enough to use 140
      ports to get 20% chance for collision which was causing
      failure in our case.
      
      The fix is to disable REUSE_PORT routine for the
      tests and leave it running for sharness tests where
      not that many addresses are used at the same time.
      
      License: MIT
      Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
      32cdbbdf
  3. 13 Jun, 2016 1 commit
  4. 12 Jun, 2016 11 commits
  5. 11 Jun, 2016 4 commits
  6. 10 Jun, 2016 2 commits
  7. 09 Jun, 2016 13 commits
  8. 08 Jun, 2016 4 commits
  9. 07 Jun, 2016 2 commits