oxidecomputer / hubris

A lightweight, memory-protected, message-passing kernel for deeply embedded systems.
Mozilla Public License 2.0
3.04k stars 180 forks source link

`control_plane_agent`: detach stale faux-mgs clients on new attach requests #1925

Open last-genius opened 2 weeks ago

last-genius commented 2 weeks ago

Factors out existing check that was used when sending new packets to also detach stale clients in serial_console_attach()

Closes #1796.