Andrew Zonenberg
Andrew Zonenberg
The stack correctly verifies inbound checksums, but always sets the outbound checksum to 0x0000. This is legal ("no checksum") but not ideal.
In case of a miss in the ARP cache the first packet goes to ff:ff:ff:ff:ff:ff; after the cache is hot future data goes to the correct place. Correct behavior would...
Dummy issue just so we know this isn't done yet.
Figure out some way of getting application layer debug messages without temporarily patching uarts into the source
I'd like someone other than myself to look at the code at some point...
We can currently send ICMP echo replies in response to inbound echo requests, but can't initiate a ping from the device.