Changeset 11590 in vbox
- Timestamp:
- Aug 22, 2008 10:16:05 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35212
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvTAPOs2.cpp
r11448 r11590 253 253 && cbRead > 0 /* cbRead */) 254 254 { 255 // The following assertion was commented out to support jumbo frames.256 //AssertMsg(cbRead <= 1536, ("cbRead=%d\n", cbRead));257 258 255 /* 259 256 * Wait for the device to have some room. A return code != VINF_SUCCESS
Note:
See TracChangeset
for help on using the changeset viewer.