mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
740dc367db
- Adds a new flag which will enable netstack s/r. When the flag is not enabled, there is no change in the existing behavior. The flag will be enabled only in tests to verify the s/r functionality of netstack. - Some additional fields in netstack were causing panic when netstack is save/restored. Such fields are marked as 'save'/'nosave' accordingly to resolve the panic. PiperOrigin-RevId: 668566657