1
0
Fork 0
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:
Charles Kerr 2009-11-12 05:30:04 +00:00
parent cf66227f0d
commit a2c4c0381d

View file

@ -64,7 +64,7 @@ enum
CRYPTO_PROVIDE_CRYPTO = 2,
/* how long to wait before giving up on a handshake */
HANDSHAKE_TIMEOUT_SEC = 60
HANDSHAKE_TIMEOUT_SEC = 30
};