AchillesA / maidsafe-dht

Automatically exported from code.google.com/p/maidsafe-dht
0 stars 0 forks source link

GetlocalIP/port #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. using base function (boost::asio)
2.
3.
This base function get_local_address shoudl be replaced and instead use the
UDT::getsockname() method instead. This is pretty critical as at the moment
the first IP address seen is chosen and very likely to be wrong.

Original issue reported on code.google.com by irvine.d...@gmail.com on 23 May 2009 at 10:27

GoogleCodeExporter commented 9 years ago
Completed and tested OK.

Original comment by irvine.d...@gmail.com on 2 Jul 2009 at 7:17