You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for sending and receiving DHCP options
This adds the ability to set outgoing DHCP options with an optional buffer,
as well as the option to buffer all incoming DHCP packets and expose them
to the user. Users can then read the relevant information out of the packet
without requiring that support for individual options and fields be compiled
into every usage of smoltcp.
Co-authored-by: Luis-Hebendanz <luis.nixos@gmail.com>
* Run rustfmt on changes
Co-authored-by: Luis-Hebendanz <luis.nixos@gmail.com>
0 commit comments