mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-12 20:36:38 +01:00
correct b33 address length threshold
This commit is contained in:
parent
3fd9d5f641
commit
43f218410f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace client
|
|||
const uint16_t ADDRESS_RESOLVER_DATAGRAM_PORT = 53;
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue