Changeset 82777 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jan 16, 2020 12:08:37 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135730
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp
r82776 r82777 1111 1111 AssertRC(rc == VINF_SUCCESS || rc == VERR_NOT_AVAILABLE, rc); 1112 1112 1113 /** @todo :Find a better way to deal with this */1113 /** @todo Find a better way to deal with this */ 1114 1114 AssertMsgReturn(rc == VINF_SUCCESS && pDescChain->cbPhysSend, 1115 1115 ("Not enough Rx buffers in queue to accomodate ethernet packet\n"),
Note:
See TracChangeset
for help on using the changeset viewer.