blob: b5d584e4171d9cc70e6aebaeb5bcd6aa3bffe06c [file] [log] [blame]
// Copyright 2022 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.
{
include: [ "//src/connectivity/network/netstack/meta/netstack.shard.cml" ],
program: {
binary: "bin/netstack_with_deadlock_detection",
args: [
"--log-packets",
"--verbosity=debug",
"--fast-udp",
],
},
}