0.9.0pre3: [2'11]
* DATASTORE:
- - get_random seems to not just return a SINGLE value, but an entire
- sequence of values... => migration queue overflows!
+ - postgres support currently not implemented
* NAT/UPNP: [Milan / Ayush / MW]
- [#1609] code clean up
- testing
* Transport:
- UDP fragmentation
* FS/CORE [CG]
+ - adjust service to deal with new datastore API (also crashes all over the place still,
+ likely related).
- download of 100 MB file from 'leach' peer hung due to
failure of core-api to call back after a change preference request
(structs indicate request was transmitted but reply never received?)
endif
endif
if HAVE_EXPERIMENTAL
- DS_exp = datastore
FS_exp = fs
endif
$(MONKEY_DIR) \
peerinfo \
datacache \
- $(DS_exp) \
+ datastore \
template \
nat \
transport \
/**
* Function to get a random item with high replication score from
* the database, lowering the item's replication score. Returns a
- * single, not expired, random item from those with the highest
- * replication counters. The item's replication counter is
- * decremented by one IF it was positive before.
+ * single random item from those with the highest replication
+ * counters. The item's replication counter is decremented by one
+ * IF it was positive before.
*/
PluginRandomGet replication_get;
*/
struct GNUNET_DATASTORE_Handle;
+/**
+ * Maximum size of a value that can be stored in the datastore.
+ */
+#define GNUNET_DATASTORE_MAX_VALUE_SIZE 65536
/**
* Connect to the datastore service.