Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r766 committed - Adding header file that was not added to svn

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r766 committed - Adding header file that was not added to svn


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r766 committed - Adding header file that was not added to svn
  • Date: Wed, 25 Apr 2012 19:39:21 +0000

Revision: 766
Author:

Date: Wed Apr 25 12:39:13 2012
Log: Adding header file that was not added to svn
http://code.google.com/p/ndt/source/detail?r=766

Added:
/branches/kkumar_code_organize/src/tests_srv.h

=======================================
--- /dev/null
+++ /branches/kkumar_code_organize/src/tests_srv.h Wed Apr 25 12:39:13
2012
@@ -0,0 +1,29 @@
+/*
+ * This file contains the definitions and function declarations to
+ * handle the C2S test.
+ *
+ *

+ * Oct 2011
+ */
+
+#ifndef _JS_TESTS_SRV
+#define _JS_TESTS_SRV
+
+#include "testoptions.h"
+
+int test_c2s(int ctlsockfd, web100_agent* agent, TestOptions* testOptions,
+ int conn_options, double* c2sspd, int set_buff, int window,
+ int autotune, char* device, Options* options, int record_reverse,
+ int count_vars, char spds[4][256], int* spd_index);
+
+// S2C test
+int test_s2c(int ctlsockfd, web100_agent* agent, TestOptions* testOptions,
+ int conn_options, double* s2cspd, int set_buff, int window,
+ int autotune, char* device, Options* options, char
spds[4][256],
+ int* spd_index, int count_vars, CwndPeaks* peaks);
+
+// the middlebox test
+int test_mid(int ctlsockfd, web100_agent* agent, TestOptions* testOptions,
+ int conn_options, double* s2c2spd);
+
+#endif


  • [ndt-dev] [ndt] r766 committed - Adding header file that was not added to svn, ndt, 04/25/2012

Archive powered by MHonArc 2.6.16.

Top of Page