perlin-network / noise

A decentralized P2P networking stack written in Go.
https://godoc.org/github.com/perlin-network/noise
MIT License
1.78k stars 213 forks source link

node, node/opts, error, client, conn, readme: implement option to set max recv message size limit with default set to 2mb, and use uints for configurable values that should be non-negative #271

Closed iwasaki-kenta closed 4 years ago

iwasaki-kenta commented 4 years ago

Implements max message size limits.