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 - waitfor io-pkt: Page 1 of 7 (7 Items)
   
waitfor io-pkt  
On QNX 6.3 I started io-net with the following commands:

io-net -p tcpip forward -p qnet &
waitfor /dev/io-net

On QNX 6.4 I want to use the following commands:

io-pkt-v4-hc -p tcpip forward -p qnet &
waitfor /dev/io-net

The problem is, that io-pkt doesn't create the io-net path.


What path can I use with the waitfor command ?