1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Mention SSH-2 rekeys in the keepalive section.

[originally from svn r6363]
This commit is contained in:
Jacob Nevins 2005-09-30 14:54:03 +00:00
parent a4b189172f
commit 843998f07d

View File

@ -1589,7 +1589,11 @@ connectivity is restored, the other side will find that the first
side doesn't believe there is an open connection any more.
Keepalives can make this sort of problem worse, because they
increase the probability that PuTTY will attempt to send data during
a break in connectivity. Therefore, you might find they help
a break in connectivity. (Other types of periodic network activity
can cause this activity; in particular, SSH-2 re-keys can have
this effect. See \k{config-ssh-kex-rekey}.)
Therefore, you might find that keepalives help
connection loss, or you might find they make it worse, depending on
what \e{kind} of network problems you have between you and the
server.