mirror of
https://github.com/monero-project/kovri
synced 2025-10-07 09:12:51 +02:00
RouterInfo: add TODO for introducer expiration
Optional implementation for router version 0.9.30. Avoid rejecting valid addresses with unimplemented introducer options.
This commit is contained in:
@@ -403,9 +403,10 @@ void RouterInfo::ParseRouterInfo(const std::string& router_info)
|
|||||||
sizeof(introducer.key));
|
sizeof(introducer.key));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
// TODO(unassigned):
|
||||||
|
// Implement introducer expiration according to proposal #133
|
||||||
default:
|
default:
|
||||||
LOG(error) << "RouterInfo: invalid introducer trait";
|
LOG(warning) << "RouterInfo: unknown introducer trait";
|
||||||
is_valid_address = false;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user