<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Will a TCP listening socket have a timeout ? I'm 
getting some unexpected closures of listening sockets especially when connecting 
to the server after the first connection.</FONT></DIV>
<DIV><FONT face=Arial size=2>The close always occurs after receiving something 
which makes me suspect this is not a timeout issue. </FONT><FONT face=Arial 
size=2>I detect the socket closing by NutTcpReceive returning -1. </FONT><FONT 
face=Arial size=2>If I then call NutTcpError on the socket I just get 10057 
(ENOTCONN        10057   //!< 
Socket is not connected ).</FONT></DIV>
<DIV><FONT face=Arial size=2>I was initially using streams instead of the NutTcp 
functions but experienced similar problems.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Any help greatly appreciated,</FONT></DIV>
<DIV><FONT face=Arial size=2>Trevor</FONT></DIV></BODY></HTML>