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 - I want to control network card buffer: (2 Items)
   
I want to control network card buffer  
I want to control the card buffer send messages, because I need to send once every 250 microseconds, can anyone give me 
a demo?
Re: I want to control network card buffer  
You can use pf to configure an ALTQ for default traffic with a bandwidth slightly less than the actual link. This means 
that the packets will build up in the ALTQ buffer rather than in the network card Tx descriptors. You can then send your
 traffic via a separate higher priority ALTQ.

Note that 250us is a very tight requirement, the default tick in QNX is 1ms.