mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-14 10:29:29 +02:00
brontide: increase timeout to 5s
This commit is contained in:
@@ -39,7 +39,7 @@ const (
|
|||||||
// waiting for data payloads during the various acts of Brontide. If
|
// waiting for data payloads during the various acts of Brontide. If
|
||||||
// the remote party fails to deliver the proper payload within this
|
// the remote party fails to deliver the proper payload within this
|
||||||
// time frame, then we'll fail the connection.
|
// time frame, then we'll fail the connection.
|
||||||
handshakeReadTimeout = time.Second * 1
|
handshakeReadTimeout = time.Second * 5
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Reference in New Issue
Block a user