Browse Source

log max packet size

pull/317/head
orignal 9 years ago
parent
commit
16596c18fb
  1. 1
      Streaming.cpp

1
Streaming.cpp

@ -187,6 +187,7 @@ namespace stream @@ -187,6 +187,7 @@ namespace stream
if (flags & PACKET_FLAG_MAX_PACKET_SIZE_INCLUDED)
{
uint16_t maxPacketSize = bufbe16toh (optionData);
LogPrint (eLogDebug, "Streaming: Max packet size ", maxPacketSize);
optionData += 2;
}

Loading…
Cancel
Save