Improve socket error handling so that a socket error isn't an
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 24 Jan 2001 10:11:18 +0000 (10:11 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 24 Jan 2001 10:11:18 +0000 (10:11 +0000)
commit2c94fd1cbf32093be173ea6c4378caa109f73dd4
treef51c78240240f0ce78a3fe7e3c7f353ac602eea3
parent9fee0f0d916f6c3e903881fc742d35814e46dba9
Improve socket error handling so that a socket error isn't an
automatic fatalbox(). Instead, the error is passed to the receiver
routine, which can decide just how fatal the problem really is.

git-svn-id: svn://svn.tartarus.org/sgt/putty@894 cda61777-01e9-0310-a592-d414129be87e
network.h
raw.c
rlogin.c
ssh.c
telnet.c
winnet.c
x11fwd.c