mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Remove debug line.
This commit is contained in:
parent
4992ac2d9f
commit
01aa469591
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ void Switch::onRemotePacket(const InetAddress &localAddr,const InetAddress &from
|
||||||
|
|
||||||
SharedPtr<Path> path(RR->topology->getPath(localAddr,fromAddr));
|
SharedPtr<Path> path(RR->topology->getPath(localAddr,fromAddr));
|
||||||
path->received(now);
|
path->received(now);
|
||||||
printf("<< %s %u\n",fromAddr.toString().c_str(),len);
|
|
||||||
|
|
||||||
if (len == 13) {
|
if (len == 13) {
|
||||||
/* LEGACY: before VERB_PUSH_DIRECT_PATHS, peers used broadcast
|
/* LEGACY: before VERB_PUSH_DIRECT_PATHS, peers used broadcast
|
||||||
|
|
Loading…
Add table
Reference in a new issue