From 7caff4e9f2764425cdd63dc052793c8c8bdaf3b8 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 2 Oct 2020 22:53:09 -0700 Subject: [PATCH] network: Update documentation regarding the removal of tag size limits --- src/network/doc/packets.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/network/doc/packets.rst b/src/network/doc/packets.rst index c08531aae..4b75ed057 100644 --- a/src/network/doc/packets.rst +++ b/src/network/doc/packets.rst @@ -315,9 +315,6 @@ tagged. However, if the next layer down inserts an IPv4 header, this ByteTag will not cover those bytes. The converse is true for the PacketTag; it covers a packet despite the operations on it. -PacketTags are limited in size to 20 bytes. This is a modifiable compile-time -constant in ``src/network/model/packet-tag-list.h``. ByteTags have no such restriction. - Each tag type must subclass ``ns3::Tag``, and only one instance of each Tag type may be in each tag list. Here are a few differences in the behavior of packet tags and byte tags.