1. 03 Feb, 2015 1 commit
  2. 18 Jan, 2015 1 commit
  3. 09 Jan, 2015 1 commit
  4. 05 Jan, 2015 1 commit
  5. 02 Jan, 2015 3 commits
    • Juan Batiz-Benet's avatar
      use ZeroLocalTCPAddress for network tests · f645cb8c
      Juan Batiz-Benet authored
      This commit makes all network tests use ZeroLocalTCPAddress
      as the initial peer address, and then relies on
      net.ListenAddresses()
      
      This should get rid of the tcp addr clash problems.
      f645cb8c
    • Juan Batiz-Benet's avatar
      swap net2 -> net · 21580ccd
      Juan Batiz-Benet authored
      21580ccd
    • Juan Batiz-Benet's avatar
      host interface + services · 7c3202b1
      Juan Batiz-Benet authored
      The separation of work in the p2p pkg is as follows:
      
      - net implements the Swarm and connectivity
      - protocol has muxer and header protocols
      - host implements protocol muxing + services
      - identify took over handshake completely! yay.
      - p2p package works as a whole
      7c3202b1