evristzam / ndt

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

Patch for /trunk/Applet/Tcpbw100.java #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
bytes was a long, this should be a double to prevent counter overflows at 10 
Gbps.

Original issue reported on code.google.com by ntstodd...@lbl.gov on 17 Jun 2013 at 8:24

Attachments:

GoogleCodeExporter commented 9 years ago
Long's in java are 64-bit and should be plenty large enough for 10 seconds 
@10Gbps. The line that you're referring to is actually used for the middle-box 
test and isn't the value that getting printed.

I just put a fix in for this yesterday (r827) which fixes the s2c counting.

If you're not already, would you mind testing with the latest SVN version and 
see if the problem is still occurring.

Thanks,

Original comment by rsanger...@gmail.com on 17 Jun 2013 at 9:16

GoogleCodeExporter commented 9 years ago

Original comment by jslawin...@soldevelo.com on 25 Sep 2013 at 1:16

GoogleCodeExporter commented 9 years ago

Original comment by smale...@soldevelo.com on 17 Feb 2014 at 10:19