Changeset 16758 in vbox
- Timestamp:
- Feb 14, 2009 4:34:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r16726 r16758 400 400 char ch[1]; 401 401 size_t cbRead; 402 int counter = 0; 402 403 /* 403 404 * drvNATSend decoupled so we don't know how many times … … 406 407 * 407 408 * @todo: Probably we should counter drvNATSend to count how 408 * deep pipe has been filed before drain 409 * deep pipe has been filed before drain. 410 * 411 * XXX:Make it reading exactly we need to drain the pipe. 409 412 */ 410 while(RTFileRead(pThis->PipeRead, &ch, 1, &cbRead) > 0);413 RTFileRead(pThis->PipeRead, &ch, 1, &cbRead); 411 414 } 412 415 /* process _all_ outstanding requests but don't wait */
Note:
See TracChangeset
for help on using the changeset viewer.