aboutsummaryrefslogtreecommitdiffstats
path: root/p2p
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-07-07 11:08:16 +0800
committerFelix Lange <fjl@twurst.com>2015-07-07 20:12:45 +0800
commitbdae4fd573dbc163bab3d0e2d1a5c457892037cd (patch)
tree65e1cc5163924ea26c1813519ed99ef95cc31254 /p2p
parente813626ee1d5d7397c2a8e670ab8c372df921bbb (diff)
downloadgo-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar
go-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.gz
go-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.bz2
go-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.lz
go-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.xz
go-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.zst
go-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.zip
all: add some godoc synopsis comments
Diffstat (limited to 'p2p')
-rw-r--r--p2p/nat/nat.go2
-rw-r--r--p2p/server.go1
2 files changed, 2 insertions, 1 deletions
diff --git a/p2p/nat/nat.go b/p2p/nat/nat.go
index e7f13ad48..1d4140aa0 100644
--- a/p2p/nat/nat.go
+++ b/p2p/nat/nat.go
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
-// Package nat provides access to common port mapping protocols.
+// Package nat provides access to common network port mapping protocols.
package nat
import (
diff --git a/p2p/server.go b/p2p/server.go
index 870eb5590..33de4f32a 100644
--- a/p2p/server.go
+++ b/p2p/server.go
@@ -14,6 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
+// Package p2p implements the Ethereum p2p network protocols.
package p2p
import (