Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r825 committed - Fix an issue with byte counting in the s2c tests at 10Gbps

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r825 committed - Fix an issue with byte counting in the s2c tests at 10Gbps


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r825 committed - Fix an issue with byte counting in the s2c tests at 10Gbps
  • Date: Tue, 21 May 2013 14:47:32 +0000
  • Authentication-results: sfpop-ironport07.merit.edu; dkim=neutral (message not signed) header.i=none

Revision: 825
Author:

Date: Tue May 21 07:47:24 2013
Log: Fix an issue with byte counting in the s2c tests at 10Gbps


http://code.google.com/p/ndt/source/detail?r=825

Modified:
/trunk/Applet/Tcpbw100.java
/trunk/src/test_s2c_clt.c

=======================================
--- /trunk/Applet/Tcpbw100.java Thu Apr 11 07:37:40 2013
+++ /trunk/Applet/Tcpbw100.java Tue May 21 07:47:24 2013
@@ -1293,7 +1293,7 @@

// Time out the socket after 6.5 seconds
midSrvrSockObj.setSoTimeout(6500);
- int bytes = 0;
+ long bytes = 0;
int inlth;
_dTime = System.currentTimeMillis();
pub_TimeStamp = new Date();
=======================================
--- /trunk/src/test_s2c_clt.c Thu Nov 15 13:34:19 2012
+++ /trunk/src/test_s2c_clt.c Tue May 21 07:47:24 2013
@@ -48,7 +48,7 @@
int inlth, retcode, one = 1, set_size;
int inSocket;
socklen_t optlen;
- uint32_t bytes;
+ uint64_t bytes;
double t;
struct timeval sel_tv;
fd_set rfd;


  • [ndt-dev] [ndt] r825 committed - Fix an issue with byte counting in the s2c tests at 10Gbps, ndt, 05/21/2013

Archive powered by MHonArc 2.6.16.

Top of Page