Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarie Píchová <11718369+ManickaP@users.noreply.github.com>2022-05-05 13:32:25 +0300
committerGitHub <noreply@github.com>2022-05-05 13:32:25 +0300
commit992b395a72d161bb2346258a726fb93b10f0d7e7 (patch)
treec9ca05fde4f7c3c1b638187a9bb7dd93ec0e5a17 /THIRD-PARTY-NOTICES.TXT
parent6ca8c9bc0c4a5fc1082c690b6768ab3be8761b11 (diff)
[QUIC] Adopted msquic generated interop (#68288)
* MsQuicApi adjusted * QuicParamHelper adjusted * MsQuicConfiguration adjusted * Added MsQuicException * MsQuicConnection adjusted * MsQuicListener adjusted * MsQuicStream adjusted * It compiles! * Some test fixes * Fixed stream read event handling * Re-enabled IPv6 tests * latest greatest * Update src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/MsQuicListener.cs * MsQuic interop enum names * 3rd Party notice, version check * SafeHandleType * Replaced AlpnHelpers with MsQuicBuffers generic QUIC_BUFFER* helper * Sealed exception class * Feedback MsQuicBuffers * NativeMemory use * Newest msquic interop * Buffers feedback * Remove MemoryHandle pooling * Buffers feedback * Logging feedback
Diffstat (limited to 'THIRD-PARTY-NOTICES.TXT')
-rw-r--r--THIRD-PARTY-NOTICES.TXT8
1 files changed, 8 insertions, 0 deletions
diff --git a/THIRD-PARTY-NOTICES.TXT b/THIRD-PARTY-NOTICES.TXT
index 2a94ef54eb2..fc250aa043e 100644
--- a/THIRD-PARTY-NOTICES.TXT
+++ b/THIRD-PARTY-NOTICES.TXT
@@ -1065,3 +1065,11 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+License notice for MsQuic
+--------------------------------------
+
+Copyright (c) Microsoft Corporation.
+Licensed under the MIT License.
+
+Available at
+https://github.com/microsoft/msquic/blob/main/LICENSE \ No newline at end of file