提交 be5d01b6 作者: Jeromy

more doc comments

上级 d98808fa
package bitswap
// package offline implements an object that implements the exchange
// interface but returns nil values to every request.
package offline
import (
"errors"
......
package bitswap
package offline
import (
"testing"
......
// package swarm implements a connection muxer with a pair of channels
// to synchronize all network communication.
package swarm
import (
......
......@@ -12,6 +12,7 @@ import (
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
// dhthandler specifies the signature of functions that handle DHT messages.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论