Skip to content

Network macOS xcode14.3 beta1

Alex Soto edited this page Mar 15, 2023 · 2 revisions

#Network.framework https://github.com/xamarin/xamarin-macios/pull/17810

diff -ruN /Applications/Xcode_14.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/quic_options.h /Applications/Xcode_14.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/quic_options.h
--- /Applications/Xcode_14.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/quic_options.h	2022-10-06 13:22:25
+++ /Applications/Xcode_14.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/quic_options.h	2023-02-12 00:13:59
@@ -507,6 +507,8 @@
 	nw_quic_stream_type_bidirectional = 1,
 	/*! @const nw_quic_stream_type_unidirectional 	An unidirectional QUIC stream. */
 	nw_quic_stream_type_unidirectional = 2,
+	/*! @const nw_quic_stream_type_datagram 		A QUIC datagram stream. */
+	nw_quic_stream_type_datagram = 3,
 } nw_quic_stream_type_t;
 
 /*!
Clone this wiki locally