[Ns-bugs] [Bug 279] New: Packets need metadata support for printing without header checking

bugzilla-daemon@nsnam-www.ece.gatech.edu bugzilla-daemon at nsnam-www.ece.gatech.edu
Sat Aug 9 10:58:24 PDT 2008


http://www.nsnam.org/bugzilla/show_bug.cgi?id=279

           Summary: Packets need metadata support for printing without
                    header checking
           Product: ns-3
           Version: pre-release
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: simulation core
        AssignedTo: ns-bugs at isi.edu
        ReportedBy: mathieu.lacage at sophia.inria.fr


there are lots of cases where we want to enable the packet metadata to be able
to print the content of the packet but where we don't want to enable the packet
error checking. 

We could add the following functions:

class Packet
{
public:
  static void EnableChecking (void);
  static void DisableChecking (void);
};

the default would be no checking to be consistent with the "no metadata"
default.


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Ns-bugs mailing list