c++ - VXWORKS simulator limits? -


i working on porting code under vxworks. use simulator validate changes. code requires opening of many pipes , sockets. have problem opening of these files descriptors. indeed, can open 17 files descriptors (sockets or pipes cause same error) following return error "emfile: many opened files". after research on net, modified global variable num_files, change had no effect. know if simulator limits number of files descriptors opened simultaneously ?

thank help

i found problem

i had modify rtp_fd_num_max specific rtp value


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -