13 Aug
2007
13 Aug
'07
11:54 a.m.
On Mon, 2007-08-13 at 15:18 +0530, Diluka Moratuwage wrote:
Hi, Thanks for your reply. Yea I just understood it. Now I'm not going to forceably close the connection. And I don't use the recv() function anymore. When I'm using the read() funtion it worked.
it should not matter whether you use recv() or read(). read() is equivalent to calling recv() with 0 as flags. -- Bazsi