Commit be5d01b6 authored by Jeromy's avatar Jeromy

more doc comments

parent d98808fa
package bitswap // package offline implements an object that implements the exchange
// interface but returns nil values to every request.
package offline
import ( import (
"errors" "errors"
......
package bitswap package offline
import ( import (
"testing" "testing"
......
// package swarm implements a connection muxer with a pair of channels
// to synchronize all network communication.
package swarm package swarm
import ( import (
......
...@@ -12,6 +12,7 @@ import ( ...@@ -12,6 +12,7 @@ import (
ds "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore" ds "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore"
) )
// The number of closer peers to send on requests.
var CloserPeerCount = 4 var CloserPeerCount = 4
// dhthandler specifies the signature of functions that handle DHT messages. // dhthandler specifies the signature of functions that handle DHT messages.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment