- Notifications
You must be signed in to change notification settings - Fork 548
Network iOS xcode26.0 b3
Rolf Bjarne Kvinge edited this page Aug 13, 2025 · 3 revisions
#Network.framework https://github.com/dotnet/macios/pull/23583
diff -ruN /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Network.framework/Headers/tcp_options.h /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Network.framework/Headers/tcp_options.h --- /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Network.framework/Headers/tcp_options.h 2025-06-14 06:08:31 +++ /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Network.framework/Headers/tcp_options.h 2025-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