Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] Re: Issue 165 in ndt: .meta file: Incorrect values for client IP and server IP

Subject: NDT-DEV email list created

List archive

[ndt-dev] Re: Issue 165 in ndt: .meta file: Incorrect values for client IP and server IP


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Re: Issue 165 in ndt: .meta file: Incorrect values for client IP and server IP
  • Date: Wed, 18 Feb 2015 15:25:59 +0000


Comment #5 on issue 165 by : .meta file: Incorrect values for client IP and server IP
https://code.google.com/p/ndt/issues/detail?id=165

Looking through the old code, it looks like rmt_host was assumed to be an IP, and name was supposed to be the hostname. e.g.:

line 2318: strlcpy(new_child->addr, rmt_host, sizeof(new_child->addr));

and the sprintf on line 1374.

If you're going to change rmt_host to be hostname, and add a rmt_addr in it's place (which I support), get rid of 'name', and make sure all the rmt_host references get changed to rmt_addr (as appropriate).

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



Archive powered by MHonArc 2.6.16.

Top of Page