smoltcp-rs / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
3.64k stars 404 forks source link

icmpv6: truncate the packet to MTU #807

Closed chayleaf closed 1 year ago

chayleaf commented 1 year ago

This follows RFC4443 section 2.4. Closes #638

thvdveld commented 1 year ago

Thank you!

chayleaf commented 1 year ago

@thvdveld please see #808