Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Dec : multiple send failed
| Subject: | multiple send failed |
| Posted by: | "Peter Ng" (peterng1..@rogers.com) |
| Date: | Sat, 16 Dec 2006 09:35:21 |
Hi,
I am send multiple messages one after and another using
"int send(SOCKET s,const char* buf,int len,int flags);"
It seems sometimes only the first message is received at the remote
and the rest are not.
The "flags" that I set is zero.
Please help.
thanks in advance