Changeset 64366 in vbox for trunk/src/VBox/ValidationKit/utils/network
- Timestamp:
- Oct 22, 2016 4:36:39 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111471
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/network/NetPerf.cpp
r62484 r64366 719 719 * 720 720 * @param pStats The statistics. 721 * @param cbPacket The packet size in bytes. 721 722 */ 722 723 static void netperfPrintLatencyStats(NETPERFSTATS const *pStats, uint32_t cbPacket) … … 1704 1705 * @returns Exit code. 1705 1706 * @param enmProto The protocol. 1706 * @param pParams The parameter block. 1707 * @param pszServer The server name. 1708 * @param pvUser The parameter block as opaque user data. 1707 1709 */ 1708 1710 static RTEXITCODE netperfClient(NETPERFPROTO enmProto, const char *pszServer, void *pvUser)
Note:
See TracChangeset
for help on using the changeset viewer.