mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 17:10:32 +01:00
log max packet size
This commit is contained in:
parent
7ea3a87bfc
commit
16596c18fb
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ namespace stream
|
||||||
if (flags & PACKET_FLAG_MAX_PACKET_SIZE_INCLUDED)
|
if (flags & PACKET_FLAG_MAX_PACKET_SIZE_INCLUDED)
|
||||||
{
|
{
|
||||||
uint16_t maxPacketSize = bufbe16toh (optionData);
|
uint16_t maxPacketSize = bufbe16toh (optionData);
|
||||||
|
LogPrint (eLogDebug, "Streaming: Max packet size ", maxPacketSize);
|
||||||
optionData += 2;
|
optionData += 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue