K 10
svn:author
V 8
eutarass
K 8
svn:date
V 27
2009-08-20T18:44:02.752565Z
K 7
svn:log
V 359
TCF Agent: Fix raise condition between recv and closesocket
Receive and closesocket is done in different threads.  When the close
is done another socket could be created before a pending recv of the
previous channel had started.  This could cause loss of data for the
new connection in case the new connection got the same socket number
as the old connection

END
