K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-07-27T23:06:52.000000Z K 7 svn:log V 366 If a socket is disconnected for some reason (like a TCP connection not responding) then drop any data on the outgoing queue in soisdisconnected because there is no way to get it to its destination any longer. The only objection to this patch I got on -net was from Terry, who wasn't sure that the condition in question could arise, so I provided some example code. END