mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
docs: document packages and fix typo
This commit is contained in:
parent
97c4b6b096
commit
1cd9b6805d
@ -10,7 +10,7 @@ Address Manager Overview
|
||||
|
||||
In order maintain the peer-to-peer Decred network, there needs to be a source
|
||||
of addresses to connect to as nodes come and go. The Decred protocol provides
|
||||
a the getaddr and addr messages to allow peers to communicate known addresses
|
||||
the getaddr and addr messages to allow peers to communicate known addresses
|
||||
with each other. However, there needs to a mechanism to store those results and
|
||||
select peers from them. It is also important to note that remote peers can't
|
||||
be trusted to send valid peers nor attempt to provide you with only peers they
|
||||
|
||||
8
bloom/doc.go
Normal file
8
bloom/doc.go
Normal file
@ -0,0 +1,8 @@
|
||||
// Copyright (c) 2018 The Decred developers
|
||||
// Use of this source code is governed by an ISC
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
/*
|
||||
Package bloom provides an API for dealing with decred-specific bloom filters.
|
||||
*/
|
||||
package bloom
|
||||
8
limits/doc.go
Normal file
8
limits/doc.go
Normal file
@ -0,0 +1,8 @@
|
||||
// Copyright (c) 2018 The Decred developers
|
||||
// Use of this source code is governed by an ISC
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
/*
|
||||
Package limits allows to raises some process limits.
|
||||
*/
|
||||
package limits
|
||||
8
mempool/doc.go
Normal file
8
mempool/doc.go
Normal file
@ -0,0 +1,8 @@
|
||||
// Copyright (c) 2018 The Decred developers
|
||||
// Use of this source code is governed by an ISC
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
/*
|
||||
Package mempool implements a memory pool to store (unconfirmed) transactions.
|
||||
*/
|
||||
package mempool
|
||||
Loading…
Reference in New Issue
Block a user