- Notifications
You must be signed in to change notification settings - Fork548
Network tvOS xcode26.0 b3
Rolf Bjarne Kvinge edited this pageAug 13, 2025 ·3 revisions
#Network.frameworkhttps://github.com/dotnet/macios/pull/23583
diff -ruN /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Network.framework/Headers/tcp_options.h /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Network.framework/Headers/tcp_options.h--- /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Network.framework/Headers/tcp_options.h2025-06-14 06:08:31+++ /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Network.framework/Headers/tcp_options.h2025-07-01 06:46:30@@ -83,8 +83,7 @@ *A TCP protocol options object. * * @param no_push- *A boolean indicating that TCP should be set into- *no-push mode.+ *A boolean indicating that TCP should use no-push mode. */ API_AVAILABLE(macos(10.14), ios(12.0), watchos(5.0), tvos(12.0)) void@@ -101,8 +100,7 @@ *A TCP protocol options object. * * @param no_options- *A boolean indicating that TCP should be set into- *no-options mode.+ *A boolean indicating that TCP should use no-options mode. */ API_AVAILABLE(macos(10.14), ios(12.0), watchos(5.0), tvos(12.0)) void