1. 19 Oct, 2014 1 commit
  2. 18 Oct, 2014 3 commits
    • Juan Batiz-Benet's avatar
      test closing/cancellation · ffba0314
      Juan Batiz-Benet authored
      - does end properly
      - no goroutines leaked!
      ffba0314
    • Juan Batiz-Benet's avatar
      conn: raw []byte, not msg · 7a7bf8d8
      Juan Batiz-Benet authored
      This commit actually removes the previously introduced
      chan net.NetMessage, in favor of raw []byte. It plays
      nicer with crypto/spipe, and it makes more sense in the
      context of a "single connection", i.e. I already know the
      peer I'm talking to, from the connection. The NetMessage
      additional Peer is useful swarm and up.
      7a7bf8d8
    • Juan Batiz-Benet's avatar
      reworked Conn · 5681e273
      Juan Batiz-Benet authored
      5681e273