Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Slow UDP: Page 1 of 15 (15 Items)
   
Slow UDP  
Why would sendto() on a udp socket set in non blocking mode takes 10 ms about every 1 per second while the other calls 
to sendto() are very fast.  If the buffer is full shouldn't it return with -1.  That's with io-net 6.3.2.

I can see the call being block  for 10ms via the profiler ( a write to io-net ).  Yet the CPU is almost idle during this
 10ms.


- Mario