Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r801 committed - Include richard sanger's fix for issue 69

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r801 committed - Include richard sanger's fix for issue 69


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r801 committed - Include richard sanger's fix for issue 69
  • Date: Tue, 09 Apr 2013 13:08:22 +0000
  • Authentication-results: sfpop-ironport01.merit.edu; dkim=neutral (message not signed) header.i=none

Revision: 801
Author:

Date: Tue Apr 9 06:08:03 2013
Log: Include richard sanger's fix for issue 69


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

Modified:
/trunk/src/test_s2c_srv.c

=======================================
--- /trunk/src/test_s2c_srv.c Thu Nov 15 13:34:19 2012
+++ /trunk/src/test_s2c_srv.c Tue Apr 9 06:08:03 2013
@@ -25,7 +25,7 @@
extern pthread_mutex_t mainmutex;
extern pthread_cond_t maincond;

-// used to store file descriptors of pipes created for ndttrace for C2S tests
+// used to store file descriptors of pipes created for ndttrace for S2C tests
int mon_pipe2[2];

/**
@@ -46,7 +46,7 @@
* @param testOptions - the test options
* @param conn_options - the connection options
* @param testOptions Test options
- * @param s2cspd In-out parameter to store C2S throughput value
+ * @param s2cspd In-out parameter to store S2C throughput value
* @param set_buff enable setting TCP send/recv buffer size to be used (seems unused in file)
* @param window value of TCP send/rcv buffer size intended to be used.
* @param autotune autotuning option. Deprecated.
@@ -224,7 +224,7 @@

clilen = sizeof(cli_addr);
FD_ZERO(&rfd);
- FD_SET(testOptions->c2ssockfd, &rfd);
+ FD_SET(testOptions->s2csockfd, &rfd);
sel_tv.tv_sec = 5; // wait for 5 secs
sel_tv.tv_usec = 0;
for (j = 0; j < RETRY_COUNT; j++) {


  • [ndt-dev] [ndt] r801 committed - Include richard sanger's fix for issue 69, ndt, 04/09/2013

Archive powered by MHonArc 2.6.16.

Top of Page