Skip to content

Network iOS xcode26.0 b5

Alex Soto edited this page Aug 5, 2025 · 2 revisions

#Network.framework

diff -ruN /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Network.framework/Headers/path.h /Applications/Xcode_26.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Network.framework/Headers/path.h
--- /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Network.framework/Headers/path.h	2025-07-11 21:57:05
+++ /Applications/Xcode_26.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Network.framework/Headers/path.h	2025-07-26 02:10:46
@@ -368,6 +368,10 @@
  *
  * @abstract
  *		Fetches the link quality measurement for the interface.
+ *		Link quality measurement is a representation of the expected capabilities of the link layer network
+ *		attachment. Use this value to tune initial values for algorithms that can scale with the
+ *		capabilities of the network. Do not use this value to gate connection attempts or to override
+ *		adjustments that would be made based on actual network performance.
  *
  * @param path
  *		The path object to check.

Clone this wiki locally