Changeset 43416 in vbox
- Timestamp:
- Sep 24, 2012 1:34:38 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80903
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r42588 r43416 1239 1239 /** Protocol error. */ 1240 1240 #define VERR_NET_PROTOCOL_ERROR (-466) 1241 /** Incomplete packet was submitted by guest. */ 1242 #define VERR_NET_INCOMPLETE_TX_PACKET (-467) 1241 1243 /** @} */ 1242 1244 -
trunk/src/VBox/Devices/Network/DevE1000.cpp
r43327 r43416 5079 5079 e1kDumpTxDCache(pState); 5080 5080 pState->iTxDCurrent = pState->nTxDFetched = 0; 5081 rc = VERR_NET_I O_ERROR;5081 rc = VERR_NET_INCOMPLETE_TX_PACKET; 5082 5082 goto out; 5083 5083 }
Note:
See TracChangeset
for help on using the changeset viewer.