File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Services/ContainerNetworkService Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import Virtualization
2424import vmnet
2525
2626#if !CURRENT_SDK
27- /// Interface strategy for containers running on macOS 16 .
27+ /// Interface strategy for containers that use macOS's custom network feature .
2828@available ( macOS 16 , * )
2929struct NonisolatedInterfaceStrategy : InterfaceStrategy {
3030 private let log : Logger
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import XPC
2727import vmnet
2828
2929#if !CURRENT_SDK
30- /// Creates a vmnet network with macOS 16 reservation APIs.
30+ /// Creates a vmnet network with reservation APIs.
3131@available ( macOS 16 , * )
3232public final class ReservedVmnetNetwork : Network {
3333 @SendableProperty
You can’t perform that action at this time.
0 commit comments