evristzam / ndt

Automatically exported from code.google.com/p/ndt
Other
0 stars 0 forks source link

Middlebox test results are interpreted inconsistently #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The NDT client side interprets the middlebox "raw" test results in the  order 
(notice the last two fields)
Server IP; Client IP; CurrentMSS;
WinScaleRecv; WinScaleSent;

But, the server code delivers the middlebox result-items in the order (notice 
last 2 fields again): Server
 address; client address; currentMSS; WinScaleSent;WinScaleRecv;

This has to be made consistent, and documentation changed as necessary. I 
noticed this in version 3.6.4.

Original issue reported on code.google.com by kumar.in...@gmail.com on 30 Apr 2012 at 6:02

GoogleCodeExporter commented 9 years ago
Fixed with checkin 771 into "trunk"

Original comment by kumar.in...@gmail.com on 7 May 2012 at 7:19

GoogleCodeExporter commented 9 years ago
Fixed and merged into trunk so changing status to "Fixed"

Original comment by smale...@soldevelo.com on 6 Mar 2014 at 3:11