Changeset 28060 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Apr 7, 2010 6:45:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvIntNet.cpp
r28037 r28060 506 506 * emulate any NICs with large receive offload (LRO). 507 507 */ 508 PCPDMNETWORKGSO 508 PCPDMNETWORKGSO pGso = INTNETHdrGetGsoContext(pHdr, pBuf); 509 509 if (PDMNetGsoIsValid(pGso, cbFrame, cbFrame - sizeof(PDMNETWORKGSO))) 510 510 { 511 cbFrame -= sizeof(PDMNETWORKGSO); 512 511 513 uint8_t abHdrScratch[256]; 512 514 uint32_t const cSegs = PDMNetGsoCalcSegmentCount(pGso, cbFrame);
Note:
See TracChangeset
for help on using the changeset viewer.