Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: UDP buffer problems
| Subject: | Re: UDP buffer problems |
| Posted by: | "Silvia" (silv..@correo.com) |
| Date: | 20 Jun 2006 23:43:30 |
We are using directly Winsock API calls.
We are seeing the UDP datagrams with a counter in the reception. As we know how many datagrams are sent, we see that if we don't process anything the counter tells us all the datagrams have been received. If we process something we see a lot of them have been lost.
We are using Ethereal as well to see the datagrams received, and in any case all the UDP datagrams have reached the PC.
We know UDP does not guarantee delivery, but we don't understand why when we don't process all the datagrams have been received, and when we are processing them a lot of them are lost.
Thank you,
Silvia