Unix side of local interface address awareness for GitHub issue #180.
This commit is contained in:
parent
235f4762b7
commit
a87cd2d094
3 changed files with 76 additions and 2 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue