}
}
- /* receive info */
- for(channel=0;channel<MAX_CONNECTIONS;channel++)
- if(ivac->net.connection[channel].status&C_ESTABL)
+ for(channel=0;channel<MAX_CONNECTIONS;channel++) {
+ if(ivac->net.connection[channel].status&C_ESTABL) {
+ /* receive info */
if(FD_ISSET(ivac->net.connection[channel].fd,&(event->rfds)))
ivac_receive_info(channel,ivac);
+ /* sync network/event api */
+ if(!(FD_ISSET(ivac->net.connection[channel].fd,&(event->rfds_o))))
+ event_math(ivac->net.connection[channel].fd,event,READ,ADD);
+ }
+ }
/* user interaction */
if(FD_ISSET(0,&(event->rfds)))