sociomantic-tsunami / dhtproto

Distributed Hash Table protocol definition, client, fake node, and tests
Boost Software License 1.0
5 stars 22 forks source link

Increase size of node's record batch #188

Closed gavin-norman-sociomantic closed 5 years ago

gavin-norman-sociomantic commented 5 years ago

The record batch size is used in legacy compressed batch requests.

gavin-norman-sociomantic commented 5 years ago

This can be done in the dhtnode, actually, without a proto change. See https://github.com/sociomantic-tsunami/dhtnode/issues/181.