mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
correct b33 address length threshold
This commit is contained in:
parent
3fd9d5f641
commit
43f218410f
@ -29,7 +29,7 @@ namespace client
|
|||||||
const uint16_t ADDRESS_RESOLVER_DATAGRAM_PORT = 53;
|
const uint16_t ADDRESS_RESOLVER_DATAGRAM_PORT = 53;
|
||||||
const uint16_t ADDRESS_RESPONSE_DATAGRAM_PORT = 54;
|
const uint16_t ADDRESS_RESPONSE_DATAGRAM_PORT = 54;
|
||||||
|
|
||||||
const size_t B33_ADDRESS_THRESHOLD = 56; // characters
|
const size_t B33_ADDRESS_THRESHOLD = 52; // characters
|
||||||
|
|
||||||
struct Address
|
struct Address
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user