Project Home
Project Home
Trackers
Trackers
Documents
Documents
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 - Tcpip 5.0: Page 1 of 2 (2 Items)
   
Tcpip 5.0  
Doing an MPEG TS monitor program...Using QNX 4.25 and TCP 5.0
Hitting the limits of TCP, me thinks,  box has to process a  2 multicast 
streams of  1340 byte UDP/RTP  every .2 ms for each channel.
Can process up to about 12000 messages / second just fine (4 multicast 
sockets/2 channels). After that, messages start getting dropped.

Even reducing to 1 streams still results in issue (sending 20 packets 
every 3 ms) results in problem.

It does appear that Tcpip has some finite limit of packets it will queue 
onto socket for processing...

Any insight on what Tcpip does ?