Hi Wilfried,
   I check socket state before every PutDataInSendBuffer and Send. Should i use 
try except end around these statements ? Why should client error result in 
listen stopping ?

   In TCustomWSocket.Connect, after SetLingerOption, the following code is 
present :
optval  := -1;
iStatus := WSocket_Synchronized_setsockopt(FHSocket, SOL_SOCKET,
                              SO_KEEPALIVE, @optval, SizeOf(optval));

Does this mean KeepAlive is always ON ? How often is a keepalive packet 
transmitted ? 

regards
Shekar
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to