hermit-os / kernel

A Rust-based, lightweight unikernel.
http://hermit-os.org
Apache License 2.0
1.2k stars 86 forks source link

enable IP fragmentation #1324

Closed stlankes closed 4 months ago

stlankes commented 4 months ago

Per default, IP framentation should be activated to avoid issues like hermit-os/hermit-rs#606

closes hermit-os/hermit-rs#606