Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Dec : Re: multiple send failed

www.cryer.info
Managed Newsgroup Archive

Re: multiple send failed

Subject:Re: multiple send failed
Posted by:"Reiner" (slu..@yahoo.com)
Date:Mon, 18 Dec 2006 12:47:31

"Peter Ng" <peterng168@rogers.com> wrote in message
news:458403ae$1@newsgroups.borland.com...
>  I am send multiple messages one after and another using
>  "int send(SOCKET s,const char* buf,int len,int flags);"

Does the function result each time indicate it was sent? How have you set up
your socket?

The Help says some interesting things like "Note that the successful
completion of a send does not indicate that the data was successfully
delivered."

I prefer to use the native Delphi components such as a TClientSocket in D5
or the Indy components.

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive