1. 15 6月, 2016 2 次提交
  2. 14 6月, 2016 1 次提交
    • Fix DHT tests failing because of repeated addresses · 32cdbbdf
      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: 's avatarJakub Sztandera <kubuxu@protonmail.ch>
      Jakub Sztandera 提交于
  3. 13 6月, 2016 1 次提交
  4. 12 6月, 2016 11 次提交
  5. 11 6月, 2016 4 次提交
  6. 10 6月, 2016 2 次提交
  7. 09 6月, 2016 13 次提交
  8. 08 6月, 2016 4 次提交
  9. 07 6月, 2016 2 次提交