Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r367 committed - API fix 2 of 2 for proper exposure of public IPs for NAT-ed clients

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r367 committed - API fix 2 of 2 for proper exposure of public IPs for NAT-ed clients


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r367 committed - API fix 2 of 2 for proper exposure of public IPs for NAT-ed clients
  • Date: Mon, 28 Jun 2010 14:28:19 +0000

Revision: 367
Author: sspeery
Date: Mon Jun 28 07:27:34 2010
Log: API fix 2 of 2 for proper exposure of public IPs for NAT-ed clients
http://code.google.com/p/ndt/source/detail?r=367

Modified:
/trunk/Applet/Tcpbw100.java

=======================================
--- /trunk/Applet/Tcpbw100.java Tue Jun 8 07:17:45 2010
+++ /trunk/Applet/Tcpbw100.java Mon Jun 28 07:27:34 2010
@@ -2209,7 +2209,7 @@
// Fix for JS API not reporting NAT'd IPs correctly
// Assign client and server IP addresses for JA API
// based on public, not local IP.
- pub_clientIP = ssip;
+ pub_clientIP = scip;


// results.append("ssip=" + ssip + " scip=" + scip + "\n");


  • [ndt-dev] [ndt] r367 committed - API fix 2 of 2 for proper exposure of public IPs for NAT-ed clients, ndt, 06/28/2010

Archive powered by MHonArc 2.6.16.

Top of Page