Skip to content

Network macOS xcode13.2 b1

Alex Soto edited this page Oct 28, 2021 · 2 revisions

#Network.framework

diff -ruN /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/connection.h /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/connection.h
--- /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/connection.h	2021-09-10 05:45:13.000000000 -0400
+++ /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/connection.h	2021-10-21 17:37:59.000000000 -0400
@@ -526,7 +526,7 @@
  *		in which case the send will be enqueued until the connection is ready to send.
  *		This is an asynchronous send and the completion block can be used to
  *		determine when the send is complete. There is nothing preventing a client
- *		from issuing an excessive number of outstanding sends. To minmize memory
+ *		from issuing an excessive number of outstanding sends. To minimize memory
  *		footprint and excessive latency as a consequence of buffer bloat, it is
  *		advisable to keep a low number of outstanding sends. The completion block
  *		can be used to pace subsequent sends.
@@ -609,7 +609,7 @@
  *
  * @abstract
  *		Batch several send and/or receive operations together, to hint to
- *		the connection that multiple send or recieve operations are expected
+ *		the connection that multiple send or receive operations are expected
  *		in quick succession.
  *
  * @param connection
diff -ruN /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/content_context.h /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/content_context.h
--- /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/content_context.h	2021-09-10 05:42:25.000000000 -0400
+++ /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/content_context.h	2021-10-22 20:29:24.000000000 -0400
@@ -164,13 +164,13 @@
  *		completed. If any of the antecedents fail with an error, this content will
  *		fail as well.
  * @param context The context object
- * @param antecendent_context A context associated with content that should precede
+ * @param antecedent_context A context associated with content that should precede
  *		this content.
  */
 API_AVAILABLE(macos(10.14), ios(12.0), watchos(5.0), tvos(12.0))
 void
 nw_content_context_set_antecedent(nw_content_context_t context,
-								  _Nullable nw_content_context_t antecendent_context);
+								  _Nullable nw_content_context_t antecedent_context);
 
 /*!
  * @function nw_content_context_copy_antecedent
diff -ruN /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/ethernet_channel.h /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/ethernet_channel.h
--- /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/ethernet_channel.h	2021-09-09 16:45:36.000000000 -0400
+++ /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/ethernet_channel.h	2021-10-21 07:08:57.000000000 -0400
@@ -192,7 +192,7 @@
 /*!
  * @typedef nw_ethernet_channel_receive_handler_t
  * @abstract
- *		This receive handler is invoked when a frame of the set Ethertype is received from the Ethernet
+ *		This receive handler is invoked when a frame of the set EtherType is received from the Ethernet
  *      channel.
  *
  * @param content
diff -ruN /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/framer_options.h /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/framer_options.h
--- /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/framer_options.h	2021-09-10 05:45:15.000000000 -0400
+++ /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/framer_options.h	2021-10-21 17:41:49.000000000 -0400
@@ -1031,7 +1031,7 @@
  * @abstract
  *		Schedule a block asynchronously on the framer instance. This
  *		must be used anytime the caller wants to perform any other
- *		action on the framer instance while not directly in the callstack
+ *		action on the framer instance while not directly in the call stack
  *		of a callback from the framer.
  *
  * @param framer
diff -ruN /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/ip_options.h /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/ip_options.h
--- /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/ip_options.h	2021-09-10 05:45:14.000000000 -0400
+++ /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/ip_options.h	2021-10-21 17:38:00.000000000 -0400
@@ -291,7 +291,7 @@
  * @abstract
  *		Sets service class on IP metadata. This will not generally
  *		translate into TOS or Traffic Class bits unless the network
- *		explictly supports it, but it will impact local queuing of
+ *		explicitly supports it, but it will impact local queuing of
  *		packets.
  *
  * @param metadata
diff -ruN /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/parameters.h /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/parameters.h
--- /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/parameters.h	2021-09-10 05:42:26.000000000 -0400
+++ /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/parameters.h	2021-10-21 17:41:48.000000000 -0400
@@ -32,7 +32,7 @@
  * @abstract
  *		A Network Parameters object contains the parameters necessary to create
  *		a network connection or listener. Parameters include any preferences for
- *		network paths (such as requried, prohibited, and preferred networks, and local
+ *		network paths (such as required, prohibited, and preferred networks, and local
  *		endpoint requirements); preferences for data transfer and quality of service;
  *		and the protocols to be used for a connection along with any protocol-specific
  *		options.
diff -ruN /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/protocol_options.h /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/protocol_options.h
--- /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/protocol_options.h	2021-09-18 08:44:00.000000000 -0400
+++ /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/protocol_options.h	2021-10-22 20:12:40.000000000 -0400
@@ -26,7 +26,7 @@
  * @typedef nw_protocol_definition_t
  * @abstract
  *		A Network Protocol Definition is a handle that represents a protocol implementation
- *		that can be added into a protocol stack, configured, and used to tranmit data and
+ *		that can be added into a protocol stack, configured, and used to transmit data and
  *		metadata. For example, a protocol definition for TCP represents an implementation of
  *		TCP that can be used for a connection.
  *
diff -ruN /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/quic_options.h /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/quic_options.h
--- /Applications/Xcode_13.1.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/quic_options.h	2021-09-10 05:45:13.000000000 -0400
+++ /Applications/Xcode_13.2.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/quic_options.h	2021-10-22 20:29:25.000000000 -0400
@@ -595,7 +595,7 @@
  * @function nw_quic_set_local_max_streams_unidirectional
  *
  * @abstract
- *		Sets the maximum number of undirectional streams that the peer can create.
+ *		Sets the maximum number of unidirectional streams that the peer can create.
  *
  * @param metadata
  *		A nw_protocol_metadata_t for QUIC.
Clone this wiki locally