]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Port forwarding update: local-host-only listening sockets are now
authorSimon Tatham <anakin@pobox.com>
Mon, 27 Aug 2001 15:59:37 +0000 (15:59 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 27 Aug 2001 15:59:37 +0000 (15:59 +0000)
commit4692974d7d29404620cb75f24bc3eacb4f73151d
tree6713ce3ffa05d2df12726ea7a9c0be3167b16b6a
parentac97a0cb1d7f37181f7cf3997b67cf4af5b76ca8
Port forwarding update: local-host-only listening sockets are now
done properly (by binding to INADDR_LOOPBACK) instead of hackishly
(by binding to INADDR_ANY, looking at the peer address when a
connection is accepted, and slamming the connection shut at that
point).

[originally from svn r1215]
network.h
portfwd.c
winnet.c