[Ns-bugs] [Bug 34] ip checksum calculation is disabled
bugzilla-daemon@nsnam-www.ece.gatech.edu
bugzilla-daemon at nsnam-www.ece.gatech.edu
Wed Jun 4 16:17:34 PDT 2008
http://www.nsnam.org/bugzilla/show_bug.cgi?id=34
fw-ns3 at strlen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #146 is|0 |1
obsolete| |
------- Comment #2 from fw-ns3 at strlen.de 2008-06-04 19:17 -------
Created an attachment (id=147)
--> (http://www.nsnam.org/bugzilla/attachment.cgi?id=147&action=view)
Add ipv4 header checksum support.
Essentially the same as the previous version, but this one will handle an ipv4
header with options, too.
I tried to re-use src/internet-node/ipv4-checksum.cc, but first
moving the header data from Buffer::Iterator to a temporary copy
so it can be fed to the existing code is almost as much code as
doing the checksumming right away.
--
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