MAX_SALT_LEN

const val MAX_SALT_LEN: Int = 64

Maximum salt length the DHT will accept for a mutable put. libtorrent rejects a salt longer than this in node::incoming_request ("salt too big", 207).