mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
(trunk libT) reduce the time we wait for a handshake to complete from 60 seconds to 30.
This commit is contained in:
parent
cf66227f0d
commit
a2c4c0381d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ enum
|
||||||
CRYPTO_PROVIDE_CRYPTO = 2,
|
CRYPTO_PROVIDE_CRYPTO = 2,
|
||||||
|
|
||||||
/* how long to wait before giving up on a handshake */
|
/* how long to wait before giving up on a handshake */
|
||||||
HANDSHAKE_TIMEOUT_SEC = 60
|
HANDSHAKE_TIMEOUT_SEC = 30
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue