]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit95b84e8a7b6c89173341e62f6e06e9e9eb8ab13e
tree6713ce3ffa05d2df12726ea7a9c0be3167b16b6a
parent19d845a4124b22897bff63ea67fdeb0aa3f72505
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).

git-svn-id: http://svn.tartarus.org/sgt/putty@1215 cda61777-01e9-0310-a592-d414129be87e
network.h
portfwd.c
winnet.c