mirror of
https://github.com/monero-project/kovri
synced 2025-10-06 00:32: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));
|
||||
}
|
||||
break;
|
||||
// TODO(unassigned):
|
||||
// Implement introducer expiration according to proposal #133
|
||||
default:
|
||||
LOG(error) << "RouterInfo: invalid introducer trait";
|
||||
is_valid_address = false;
|
||||
LOG(warning) << "RouterInfo: unknown introducer trait";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user