Skip to content
#

networking-stack

Here are 27 public repositories matching this topic...

Spadi0
Spadi0 commented Aug 17, 2020

Dhcpv4Client ignores the device checksum capabiltities, and always uses the default value for ChecksumCapabilities. The code responsible can be seen here:
https://github.com/smoltcp-rs/smoltcp/blob/bdfa44270e9c59b3095b555cdf14601f7dc27794/src/dhcp/clientv4.rs#L133

As far as I can tell, this would basically be a one-line fix:

let checksum_caps = iface.device().capabilities().check

Improve this page

Add a description, image, and links to the networking-stack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the networking-stack topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.