Unix side of local interface address awareness for GitHub issue #180.

This commit is contained in:
Adam Ierymenko 2015-07-06 16:32:34 -07:00
parent 235f4762b7
commit a87cd2d094
3 changed files with 76 additions and 2 deletions

View file

@ -214,7 +214,6 @@ void Peer::pushDirectPaths(const RuntimeEnvironment *RR,const std::vector<Path>
_lastDirectPathPush = now;
TRACE("pushing %u direct paths to %s",(unsigned int)dps.size(),_id.address().toString().c_str());
printf("pushing %u direct paths to %s",(unsigned int)dps.size(),_id.address().toString().c_str());
std::vector<Path>::const_iterator p(dps.begin());
while (p != dps.end()) {