1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Document 'Cannot assign requested address' error.

Often it means you tried to connect to port 0.

(cherry picked from commit c4f963ebd7)
This commit is contained in:
Jacob Nevins 2015-11-21 12:21:31 +00:00 committed by Simon Tatham
parent 6b9bccf388
commit 906f8ed262

View File

@ -338,3 +338,13 @@ things into PuTTY while the network is down, but it can also occur
if PuTTY decides of its own accord to send data: due to a repeat key if PuTTY decides of its own accord to send data: due to a repeat key
exchange in SSH-2 (see \k{config-ssh-kex-rekey}) or due to exchange in SSH-2 (see \k{config-ssh-kex-rekey}) or due to
keepalives (\k{config-keepalive}). keepalives (\k{config-keepalive}).
\H{errors-cannotassignaddress} \q{Network error: Cannot assign requested
address}
This means that the operating system rejected the parameters of the
network connection PuTTY tried to make, usually without actually
trying to connect to anything, because they were simply invalid.
A common way to provoke this error is to accidentally try to connect
to port 0, which is not a valid port number.