mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
p2p: fix comment
Signed-off-by: stayweek <jiangtengtao@outlook.com>
This commit is contained in:
parent
6c9f702982
commit
16853448ba
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ const talkHandlerLaunchTimeout = 400 * time.Millisecond
|
|||
//
|
||||
// Note that talk handlers are expected to come up with a response very quickly, within at
|
||||
// most 200ms or so. If the handler takes longer than that, the remote end may time out
|
||||
// and wont receive the response.
|
||||
// and won't receive the response.
|
||||
type TalkRequestHandler func(enode.ID, *net.UDPAddr, []byte) []byte
|
||||
|
||||
type talkSystem struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue