Changeset 82780 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 16, 2020 12:37:12 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135733
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp
r82779 r82780 62 62 /* 63 63 * GSO = Generic Segmentation Offload 64 * TSO = TCP Segmentation Offload 65 * UDP = UDP Fragmentation Offset 66 67 /********************************************************************************************************************************* 68 * Defined Constants And Macros * 69 *********************************************************************************************************************************/ 70 /** The current saved state version. */ 64 * TSO = TCP Segmentation Offload */ 65 71 66 #define VIRTIONET_SAVED_STATE_VERSION UINT32_C(1) 72 67 #define VIRTIONET_MAX_QPAIRS 512 … … 1110 1105 1111 1106 AssertRC(rc == VINF_SUCCESS || rc == VERR_NOT_AVAILABLE, rc); 1107 1108 /** @todo Find a better way to deal with this */ 1112 1109 1113 1110 AssertMsgReturn(rc == VINF_SUCCESS && pDescChain->cbPhysSend,
Note:
See TracChangeset
for help on using the changeset viewer.