Click here to Skip to main content
16,011,744 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: silently installing .reg file Pin
Dave Calkins26-Feb-08 16:16
Dave Calkins26-Feb-08 16:16 
GeneralRe: silently installing .reg file Pin
ThatsAlok27-Feb-08 16:10
ThatsAlok27-Feb-08 16:10 
QuestionIs this book on the standard library worth it? Pin
markt26-Feb-08 5:53
markt26-Feb-08 5:53 
AnswerRe: Is this book on the standard library worth it? Pin
Dave Calkins26-Feb-08 6:17
Dave Calkins26-Feb-08 6:17 
AnswerRe: Is this book on the standard library worth it? Pin
Nemanja Trifunovic26-Feb-08 7:21
Nemanja Trifunovic26-Feb-08 7:21 
GeneralRe: Is this book on the standard library worth it? Pin
markt26-Feb-08 11:29
markt26-Feb-08 11:29 
GeneralRe: Is this book on the standard library worth it? Pin
User 58385226-Feb-08 15:50
User 58385226-Feb-08 15:50 
GeneralProblems receiving highspeed data using CAsyncSocket::OnReceive() Pin
97C5ENVY26-Feb-08 4:51
97C5ENVY26-Feb-08 4:51 
I'm using CAsyncSocket::OnReceive() to receive data at rates above 5Mbps (100+ packets per second) and it appears that Windows is dropping some of the data. Here's my test setup:

Two computers connected to a hub both with 100Mbps connections and no other devices attached.

PC1 - sending 10,000 1.3k UDP packets @ 5Mbps

PC2 - receives ~9700 1.3k UDP packets

Now the weird thing is when WireShark is running on PC2 WireShark captures all 10,000 1.3 k UDP packets. So i know the data is making it to PC2, but don't know why my app that's using CAsyncSockets::OnReceive( ) can't seem to get all the data.

Anyone have any ideas? Is this possible a Windows messaging limitation? Any insight would be greatly apprceiated.

Thanks
Earnest
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
Mark Salsbery26-Feb-08 5:23
Mark Salsbery26-Feb-08 5:23 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
97C5ENVY26-Feb-08 7:27
97C5ENVY26-Feb-08 7:27 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
led mike26-Feb-08 7:33
led mike26-Feb-08 7:33 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
Mark Salsbery26-Feb-08 8:12
Mark Salsbery26-Feb-08 8:12 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
97C5ENVY26-Feb-08 8:45
97C5ENVY26-Feb-08 8:45 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
Mark Salsbery26-Feb-08 8:50
Mark Salsbery26-Feb-08 8:50 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
Mark Salsbery26-Feb-08 8:54
Mark Salsbery26-Feb-08 8:54 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
ramana.g26-Feb-08 17:20
ramana.g26-Feb-08 17:20 
GeneralContext Menu item Command identification Pin
Alberto Bar-Noy26-Feb-08 4:49
Alberto Bar-Noy26-Feb-08 4:49 
QuestionRe: Context Menu item Command identification Pin
David Crow26-Feb-08 4:58
David Crow26-Feb-08 4:58 
GeneralRe: Context Menu item Command identification Pin
Alberto Bar-Noy26-Feb-08 5:12
Alberto Bar-Noy26-Feb-08 5:12 
Generalstring conversion Pin
ginjikun26-Feb-08 4:41
ginjikun26-Feb-08 4:41 
GeneralRe: string conversion Pin
David Crow26-Feb-08 4:55
David Crow26-Feb-08 4:55 
GeneralRe: string conversion Pin
CPallini26-Feb-08 5:00
mveCPallini26-Feb-08 5:00 
GeneralRe: string conversion Pin
ginjikun26-Feb-08 6:28
ginjikun26-Feb-08 6:28 
GeneralRe: string conversion Pin
CPallini26-Feb-08 8:06
mveCPallini26-Feb-08 8:06 
GeneralRe: string conversion Pin
ginjikun27-Feb-08 1:07
ginjikun27-Feb-08 1:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.