Bug 179

Summary: Packet fragmentation bug
Product: ns-3 Reporter: Gustavo J. A. M. Carneiro <gjcarneiro>
Component: coreAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: major    
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   
Attachments: patch to add unit test

Description Gustavo J. A. M. Carneiro 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 Gustavo J. A. M. Carneiro 2008-05-15 06:22:22 EDT
Created attachment 133 [details]
patch to add unit test
Comment 2 Mathieu Lacage 2008-05-15 11:27:02 EDT
fixed in the ns-3-tags branch with a testcase.
Comment 3 Mathieu Lacage 2008-05-16 17:29:38 EDT
fixed in trunk now.