Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: fix several unwraps of complex errors #1623

Merged
merged 1 commit into from
Feb 27, 2024

Commits on Feb 27, 2024

  1. net: fix several unwraps of complex errors

    This knocks a lot of flash off most netstack task sizes, by removing
    much of its dependence on the formatting machinery invoked by unwrap.
    (It's not all gone, because smoltcp still uses it.) Concretely,
    
    - Gimlet E net: -16,388 bytes
    - Monorail server: -8,820 bytes
    - Sidecar D net: -8 bytes, because something is still pulling in the
      goo.
    cbiffle committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    96e885e View commit details
    Browse the repository at this point in the history