Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r456 committed - Added an information about message formats used by the C2S and S2C tes...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r456 committed - Added an information about message formats used by the C2S and S2C tes...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r456 committed - Added an information about message formats used by the C2S and S2C tes...
  • Date: Thu, 04 Aug 2011 16:22:24 +0000

Revision: 456
Author:

Date: Thu Aug 4 09:20:24 2011
Log: Added an information about message formats used by the C2S and S2C tests.
http://code.google.com/p/ndt/source/detail?r=456

Modified:
/wiki/NDTProtocol.wiki

=======================================
--- /wiki/NDTProtocol.wiki Thu Aug 4 09:14:24 2011
+++ /wiki/NDTProtocol.wiki Thu Aug 4 09:20:24 2011
@@ -316,7 +316,7 @@

==== MID protocol ====

-All messages exchanged between the Client and the Server during the MID protocol are sent using the same connection and message format as NDTP-Control protocol.
+All messages exchanged between the Client and the Server during the MID protocol are sent using the same connection and message format as the NDTP-Control protocol. Only the throughput packets are sent on the new connection and do not follow the NDTP-Control protocol message format.

As a first step the Server MUST bind a new port and send a TEST_PREPARE message containing this port number to the Client:
{{{
@@ -496,6 +496,8 @@

==== C2S protocol ====

+All messages exchanged between the Client and the Server during the C2S protocol are sent using the same connection and message format as the NDTP-Control protocol. Only the throughput packets are sent on the new connection and do not follow the NDTP-Control protocol message format.
+
As a first step the Server MUST bind new port and send a TEST_PREPARE message containing this port number to the Client:
{{{
0 1 2 3
@@ -576,6 +578,8 @@

==== S2C protocol ====

+All messages exchanged between the Client and the Server during the S2C protocol are sent using the same connection and message format as the NDTP-Control protocol. Only the throughput packets are sent on the new connection and do not follow the NDTP-Control protocol message format.
+
As a first step the Server MUST bind new port and send a TEST_PREPARE message containing this port number to the Client:
{{{
0 1 2 3


  • [ndt-dev] [ndt] r456 committed - Added an information about message formats used by the C2S and S2C tes..., ndt, 08/04/2011

Archive powered by MHonArc 2.6.16.

Top of Page