diff --git a/src/common/packet-metadata.cc b/src/common/packet-metadata.cc index 7481f5aa3..1c4ec5d59 100644 --- a/src/common/packet-metadata.cc +++ b/src/common/packet-metadata.cc @@ -439,6 +439,10 @@ PacketMetadata::ReplaceTail (PacketMetadata::SmallItem *item, m_data->m_dirtyEnd = m_used; return; } + + /* Below is the slow path which is hit if the new tail we want + * to append is bigger than the previous tail. + */ // create a copy of the packet. PacketMetadata h (m_packetUid, 0);