Bug 179 - Packet fragmentation bug
: Packet fragmentation bug
Status: RESOLVED FIXED
: ns-3
simulation core
: pre-release
: All All
: P3 major
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-05-15 06:21 EDT by
Modified: 2008-07-01 13:32 EDT (History)


Attachments
patch to add unit test (1.19 KB, patch)
2008-05-15 06:22 EDT, Gustavo J. A. M. Carneiro
Details | Diff


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-05-15 06:21:53 EDT
User in IRC (gdavid) reports a test case that triggers an assertion in Buffer. 
Attaching unit test patch (in udp-header.cc since it uses this header) to
trigger it reliably.  The code looks correct, so it appears to be a bug.
------- Comment #1 From 2008-05-15 06:22:22 EDT -------
Created an attachment (id=133) [details]
patch to add unit test
------- Comment #2 From 2008-05-15 11:27:02 EDT -------
fixed in the ns-3-tags branch with a testcase.
------- Comment #3 From 2008-05-16 17:29:38 EDT -------
fixed in trunk now.