|
@@ -424,18 +424,21 @@ void Peer::redirect(void *tPtr,const int64_t localSocket,const InetAddress &remo
|
|
SharedPtr<Path> np(RR->topology->getPath(localSocket,remoteAddress));
|
|
SharedPtr<Path> np(RR->topology->getPath(localSocket,remoteAddress));
|
|
attemptToContactAt(tPtr,localSocket,remoteAddress,now,true,np->nextOutgoingCounter());
|
|
attemptToContactAt(tPtr,localSocket,remoteAddress,now,true,np->nextOutgoingCounter());
|