]> git.mxchange.org Git - quix0rs-apt-p2p.git/commitdiff
Break up the find_value into 2 parts (with get_value).
authorCameron Dale <camrdale@gmail.com>
Sat, 23 Feb 2008 02:44:13 +0000 (18:44 -0800)
committerCameron Dale <camrdale@gmail.com>
Sat, 23 Feb 2008 02:44:13 +0000 (18:44 -0800)
To better support multiple values per key, the old find_value request is
broken up into find_value, which doesn't stop when it finds a node with
values but just records the number of values the node has, and
get_value, which queries the found nodes that have values to retrieve
them.


No differences found