Changeset 97079 in vbox for trunk/src/VBox/NetworkServices/NAT
- Timestamp:
- Oct 10, 2022 8:06:04 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r97078 r97079 1954 1954 size_t cbFrame = (size_t)pPBuf->tot_len - ETH_PAD_SIZE; 1955 1955 INTNETFRAME Frame; 1956 rc = IntNetR3IfQueryOutputFrame(self->m_hIf, cbFrame, &Frame);1956 rc = IntNetR3IfQueryOutputFrame(self->m_hIf, (uint32_t)cbFrame, &Frame); 1957 1957 if (RT_FAILURE(rc)) 1958 1958 return ERR_MEM;
Note:
See TracChangeset
for help on using the changeset viewer.