winsock receiving incoming data slower than expected.
Posted
by k80sg
on Stack Overflow
See other posts from Stack Overflow
or by k80sg
Published on 2010-04-13T02:02:21Z
Indexed on
2010/04/13
2:13 UTC
Read the original article
Hit count: 453
vb6
Hi folks,
I have a sender machine which sends bytearray data to my prog at an interval of about 5 miliseconds/per msg, about 6 - 7 bytearray messages per seconds that is. The problem is that the winsock in my program doesn't seem to receive these bytearray fast enough. For every 10 messages sent over, I am only able to receive about 6 to 7. Any advices? Thanks.
© Stack Overflow or respective owner