1. 03 Feb, 2015 10 commits
  2. 02 Feb, 2015 4 commits
  3. 01 Feb, 2015 1 commit
  4. 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
  5. 30 Jan, 2015 4 commits
  6. 29 Jan, 2015 2 commits
  7. 28 Jan, 2015 5 commits
  8. 27 Jan, 2015 8 commits
  9. 26 Jan, 2015 3 commits