Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
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.