MAX_VALUE_LEN

const val MAX_VALUE_LEN: Int = 1000

Maximum size of the bencoded v value libtorrent will store/sign for a DHT item. node::incoming_request rejects a v larger than this ("message too big", 205). The assign path asserts the bencoding fits in 1000 bytes.