diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-05-03 19:36:23 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-05-03 20:33:50 +0200 |
commit | e92174e887bac9b18a6b5d18e04adaefd3bd4bc1 (patch) | |
tree | 8802907368e92144244110f1d17c7d032ae7ea5e /CMakeLists.txt | |
parent | 919349fd119bff11e9d34da09a9d71bf5675dba2 (diff) | |
download | ouroboros-e92174e887bac9b18a6b5d18e04adaefd3bd4bc1.tar.gz ouroboros-e92174e887bac9b18a6b5d18e04adaefd3bd4bc1.zip |
ipcpd: Limit number of returned query addresses0.11.4
The query returned all addresses where a name was registered, causing
some scaling problems. Now it will return at most DHT_RETR_ADDR, which
is currently set at 1 (anycast).
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 062d92b2..3502504e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(GNUInstallDirs) set(PACKAGE_VERSION_MAJOR 0) set(PACKAGE_VERSION_MINOR 11) -set(PACKAGE_VERSION_PATCH 3) +set(PACKAGE_VERSION_PATCH 4) set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}") set(PACKAGE_DESCRIPTION "The Ouroboros prototype") |