Changeset 11246 in vbox for trunk/src/VBox/Devices/Network/DrvTAP.cpp
- Timestamp:
- Aug 8, 2008 1:41:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvTAP.cpp
r11242 r11246 286 286 if (VBOX_SUCCESS(rc)) 287 287 { 288 // Assertion removed to be able to support jumbo frames.289 //AssertMsg(cbRead <= 1536, ("cbRead=%d\n", cbRead));290 291 288 /* 292 289 * Wait for the device to have space for this frame.
Note:
See TracChangeset
for help on using the changeset viewer.