Changeset 10845
- Timestamp:
- 07/23/08 23:53:40 (2 months ago)
- Files:
-
- trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r10843 r10845 481 481 * But don't let a unresponsive VM harm performance, so give up after a couple of tries. 482 482 */ 483 if (pIf->cYields < 100) 483 if ( pIf->fActive 484 && pIf->cYields < 100) 484 485 { 485 486 unsigned cYields = 10; … … 488 489 * Scheduling hack, for unicore machines primarily. 489 490 */ 490 if ( pIf->cYields < 4 /* just twice */ 491 if ( pIf->fActive 492 && pIf->cYields < 4 /* just twice */ 491 493 && pIfSender /* but not if it's from the trunk */) 492 494 {

