VirtualBox

Changeset 19048 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Apr 21, 2009 7:49:23 AM (16 years ago)
Author:
vboxsync
Message:

NAT: Process the queue unconditionally

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvNAT.cpp

    r19047 r19048  
    333333                slirp_select_poll(pThis->pNATState, &polls[1], 0);
    334334                /* process _all_ outstanding requests but don't wait */
    335                 RTReqProcess(pThis->pReqQueue, 0);
    336335            }
    337336            else if (cPollNegRet++ > 128)
     
    363362                RTFileRead(pThis->PipeRead, &ch, 1, &cbRead);
    364363            }
    365             /* process _all_ outstanding requests but don't wait */
    366             RTReqProcess(pThis->pReqQueue, 0);
    367364        }
     365        /* process _all_ outstanding requests but don't wait */
     366        RTReqProcess(pThis->pReqQueue, 0);
    368367        RTMemFree(polls);
    369368#else /* RT_OS_WINDOWS */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette