Bug 751

Summary: FCS for Ethernet
Product: ns-3 Reporter: Florian Schmidt <Florian.Schmidt>
Component: networkAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: minor CC: craigdo
Priority: P4    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: patch to add FCS

Description Florian Schmidt 2009-11-25 05:18:43 UTC
This patch adds the creation and checking of Ethernet FCS to the EthernetTrailer class. The "meat" is taken from the crc32 calculation routine in the Linux kernel. Also, the flag whether to calculate a checksum was changed from static to non-static, which is in line with how that flag is handled in higher layer protocols, e.g., IP and UDP.
Comment 1 Florian Schmidt 2009-11-25 05:19:11 UTC
Created attachment 677 [details]
patch to add FCS
Comment 2 Craig Dowell 2009-12-02 19:29:14 UTC
Pushed changeset 3fda006341e6