| // Copyright 2024 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| { | |
| // Netstack3 structured configuration values for use in tests that embed the | |
| // debug instrumented netstack. | |
| num_threads: 4, | |
| debug_logs: true, | |
| opaque_iids: true, | |
| suspend_enabled: false, | |
| sampled_stats_enabled: true, | |
| } |