Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r690 committed - Made it more clear that the mrange subsystem is used only for the port...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r690 committed - Made it more clear that the mrange subsystem is used only for the port...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r690 committed - Made it more clear that the mrange subsystem is used only for the port...
  • Date: Thu, 06 Oct 2011 08:33:00 +0000

Revision: 690
Author:

Date: Thu Oct 6 01:31:55 2011
Log: Made it more clear that the mrange subsystem is used only for the port number generation.
http://code.google.com/p/ndt/source/detail?r=690

Modified:
/wiki/NDTArchitecture.wiki

=======================================
--- /wiki/NDTArchitecture.wiki Wed Oct 5 07:35:49 2011
+++ /wiki/NDTArchitecture.wiki Thu Oct 6 01:31:55 2011
@@ -69,7 +69,7 @@
|| Web100 support || web100srv || Functions needed to read the Web100 variables. || {{{web100_get_data_recv(int sock, web100_agent* agent, web100_connection* cn, int count_vars)}}}<br/>{{{web100_get_data(web100_snapshot* snap, int ctlsock, web100_agent* agent, int count_vars)}}} || {{{web100-util.c web100srv.h}}} | |
|| pcap support || web100srv || Functions that use pcap library in the bottleneck detection algorithm. || {{{print_speed(u_char *user, const struct pcap_pkthdr *h, const u_char *p)}}}<br/>{{{void calculate_spd(struct spdpair *cur, struct spdpair *cur2, int portA, int portB)}}} || {{{web100-pcap.c web100srv.h}}} ||
|| admin page || web100srv || Functions needed to handle the Admin page, which allows a remote user to view the usage statistics via a web page. || {{{gen_html(int c2sspd, int s2cspd, int MinRTT, int PktsRetrans, int Timeouts, int Sndbuf, int MaxRwinRcvd, int CurrentCwnd, int mismatch, int bad_cable, int totalcnt, int refresh)}}} || {{{web100-admin.c web100-admin.h}}} ||
-|| mrange || web100srv || Functions to handle number ranges. || {{{mrange_parse(char* text)}}}<br/>{{{mrange_next(char* port)}}} || {{{mrange.c mrange.h}}} ||
+|| mrange || web100srv || Functions to handle port number ranges. This means that the numbers generated by these methods are always between 1 and 65535 inclusive. || {{{mrange_parse(char* text)}}}<br/>{{{mrange_next(char* port)}}} || {{{mrange.c mrange.h}}} ||
|| || || || || ||
|| SFW Test (C) || web100clt || The client part of the Simple Firewall Test || {{{test_sfw_clt(int ctlsockfd, char tests, char* host, int conn_options)}}} || {{{test_sfw_clt.c test_sfw.h}}} ||
|| SFW Test (S) || web100srv || The server part of the Simple Firewall Test || {{{test_sfw_srv(int ctlsockfd, web100_agent* agent, TestOptions* options, int conn_options)}}} || {{{test_sfw_srv.c test_sfw.h testoptions.h}}} ||


  • [ndt-dev] [ndt] r690 committed - Made it more clear that the mrange subsystem is used only for the port..., ndt, 10/06/2011

Archive powered by MHonArc 2.6.16.

Top of Page