From d9638539eb82b74d9efc7abb0d71b2deb68a2547 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 10 Aug 2017 12:34:23 +0200 Subject: some renamed in ethernet/rtl8139 don't try tp play with the ethernet CRCs, they belong to layer 2 OSI, the firmware of the network card rtl8139: computing packet size correctly (sizeof uint32_t of the CRC was part of the payload len) --- doc/LINKS.TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO index fff3859..d9b081b 100644 --- a/doc/LINKS.TODO +++ b/doc/LINKS.TODO @@ -120,6 +120,7 @@ http://blog.elastocloud.org/2015/07/qemukvm-bridged-network-with-tap.html Ethernet: https://en.wikipedia.org/wiki/Ethernet_frame https://en.wikipedia.org/wiki/EtherType +http://www.hackersdelight.org/hdcodetxt/crc.c.txt ARP: https://tools.ietf.org/html/rfc826 -- cgit v1.2.3-54-g00ecf