Changeset 27863 in vbox
- Timestamp:
- Mar 31, 2010 9:20:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r27857 r27863 2565 2565 } 2566 2566 STR_FREE(); 2567 uint32_tmtu = 0;2568 uint32_tsockSnd = 0;2569 uint32_tsockRcv = 0;2570 uint32_ttcpSnd = 0;2571 uint32_ttcpRcv = 0;2567 ULONG mtu = 0; 2568 ULONG sockSnd = 0; 2569 ULONG sockRcv = 0; 2570 ULONG tcpSnd = 0; 2571 ULONG tcpRcv = 0; 2572 2572 hrc = natDriver->GetNetworkSettings(&mtu, &sockSnd, &sockRcv, &tcpSnd, &tcpRcv); H(); 2573 2573 if (mtu)
Note:
See TracChangeset
for help on using the changeset viewer.