]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Document 'Cannot assign requested address' error.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 21 Nov 2015 12:21:31 +0000 (12:21 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 29 Feb 2016 19:59:33 +0000 (19:59 +0000)
Often it means you tried to connect to port 0.

(cherry picked from commit c4f963ebd71dd07b3c6dcade9a2a9a86a7322519)

doc/errors.but

index 2d253520feb86affc24f32bad96d19fbf9ce04f8..bf9672d05a0c7d28a268aef0565dc1cba08c6e55 100644 (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
 exchange in SSH-2 (see \k{config-ssh-kex-rekey}) or due to
 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.