1. 08 Apr, 2015 2 commits
    • Juan Batiz-Benet's avatar
      reuseport: env var to turn it off · f1566e23
      Juan Batiz-Benet authored
      reuseport is a hack. It is necessary for us to do certain kinds of
      tcp nat traversal. Ideally, reuseport would be available in go:
      
        https://github.com/golang/go/issues/9661
      
      But until that issue is fixed, we're stuck with this. In some cases,
      reuseport is strictly a detriment: nodes are not NATed. This commit
      introduces an ENV var IPFS_REUSEPORT that can be set to false to
      avoid using reuseport entirely:
      
        IPFS_REUSEPORT=false ipfs daemon
      
      This approach addresses our current need. It could become a config
      var if necessary. If reuseport continues to give problems, we should
      look into improving it.
      f1566e23
    • Juan Batiz-Benet's avatar
      Merge pull request #1032 from torarnv/cleanup-makefiles · 20dbea5e
      Juan Batiz-Benet authored
      Fix various issues in the test makefiles
      20dbea5e
  2. 07 Apr, 2015 19 commits
  3. 06 Apr, 2015 13 commits
  4. 04 Apr, 2015 3 commits
  5. 03 Apr, 2015 1 commit
  6. 02 Apr, 2015 2 commits