-
Notifications
You must be signed in to change notification settings - Fork 546
Network macOS 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/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/tcp_options.h /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/tcp_options.h
--- /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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/MacOSX.platform/Developer/SDKs/MacOSX.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