Losing UDP packets with MFC Sockets
- From: Vicent Soler <VicentSoler@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 13 Apr 2005 11:22:05 -0700
Hi all,
We are developing a tool which uses UDP packets to receive data from a UDP
Server. The problem we have found is that some UDP packets are being lost
when the PC's CPU is near 100% and we think that this problem is related to
the Window's input buffer.
Any suggestion to solve this problem!! Is there any way to change the input
buffer size of the socket and store the received packet while the PC is
processing other data? Should we use threads to extract data from sockets?
We are really worried about this problem because we can not lose so much
packets as we do.
Using more than one port, cuould solve the problem?
Thanks in advance,
Vicent
.
- Follow-Ups:
- Re: Losing UDP packets with MFC Sockets
- From: Joseph M . Newcomer
- RE: Losing UDP packets with MFC Sockets
- From: Xepol
- Re: Losing UDP packets with MFC Sockets
- From: Scott McPhillips [MVP]
- Re: Losing UDP packets with MFC Sockets
- From: um
- Re: Losing UDP packets with MFC Sockets
- From: Michael K. O'Neill
- Re: Losing UDP packets with MFC Sockets
- From: AliR
- Re: Losing UDP packets with MFC Sockets
- Prev by Date: SetForegroundWindow not working?
- Next by Date: CStatic & Tooltip
- Previous by thread: SetForegroundWindow not working?
- Next by thread: Re: Losing UDP packets with MFC Sockets
- Index(es):
Relevant Pages
|