mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-03-29 09:50:25 +00:00
Data: Add cached entries for common properties (props 168, 169)
This commit is contained in:
@@ -102,7 +102,9 @@ public class DataHelper {
|
||||
"version", "created", "upgraded", "lists",
|
||||
"a", "m", "s", "v", "notes",
|
||||
// NTCP2 RouterAddress options
|
||||
"i"
|
||||
"i", "pq",
|
||||
// Tunnel BW params prop. 168
|
||||
"l", "r", "b"
|
||||
};
|
||||
_propertiesKeyCache = new HashMap<String, String>(keys.length);
|
||||
for (int i = 0; i < keys.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user