1. 14 Feb, 2015 1 commit
  2. 13 Feb, 2015 1 commit
  3. 11 Feb, 2015 1 commit
  4. 10 Feb, 2015 1 commit
  5. 06 Feb, 2015 1 commit
    • Juan Batiz-Benet's avatar
      ratelimiter: fixing rate limiter use · 8a81975c
      Juan Batiz-Benet authored
      Use of the ratelimiter should be conscious of the ratelimiter's
      potential closing. any loops that add work to ratelimiter
      should (a) only do so if the rate limiter is not closed,
      or (b) prevent limiter while work is added
      (i.e. use limiter.Go(addWorkHere))
      8a81975c
  6. 05 Feb, 2015 1 commit
  7. 03 Feb, 2015 10 commits
  8. 02 Feb, 2015 4 commits
  9. 01 Feb, 2015 1 commit
  10. 31 Jan, 2015 3 commits
    • Juan Batiz-Benet's avatar
      p2p/host: nat manager · 6e598fdf
      Juan Batiz-Benet authored
      this commit moves management of the nat to its own object.
      perhaps this can be general enough to work with any host
      (not just BasicHost), but for now keeping here.
      
      the nat manager:
      - discovers and sets up the nat asynchronously.
      - adds any port mappings necessary if/after nat has been found.
      - listens to the network Listen() changes, adding/closing mappings
      6e598fdf
    • Juan Batiz-Benet's avatar
      p2p/nat: make nat mappings closable by client · e16d7d2c
      Juan Batiz-Benet authored
      After this commit, client can close individual mappings (without
      closing the whole NAT)
      e16d7d2c
    • Juan Batiz-Benet's avatar
      p2p/net: notify on listens · 93655b42
      Juan Batiz-Benet authored
      Network now signals when it successfully listens on some address
      or when an address shuts down. This will be used to establish and
      close nat port mappings. It could also be used to notify peers
      of address changes.
      93655b42
  11. 30 Jan, 2015 4 commits
  12. 29 Jan, 2015 2 commits
  13. 28 Jan, 2015 5 commits
  14. 27 Jan, 2015 5 commits