From b5ce554fbcd1cb77481913bdda3cf0e4092d824a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Kn=C3=A1pek?= Date: Sat, 10 Aug 2024 00:03:44 +0200 Subject: [PATCH] Fix FLOWSPEC vs QOS confusion. --- sdk-api-src/content/winsock2/nf-winsock2-wsaconnect.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk-api-src/content/winsock2/nf-winsock2-wsaconnect.md b/sdk-api-src/content/winsock2/nf-winsock2-wsaconnect.md index dc680090879..5944490eddf 100644 --- a/sdk-api-src/content/winsock2/nf-winsock2-wsaconnect.md +++ b/sdk-api-src/content/winsock2/nf-winsock2-wsaconnect.md @@ -78,12 +78,12 @@ A pointer to the user data that is to be transferred back from the other socket ### -param lpSQOS [in] -A pointer to the FLOWSPEC structures for socket s, one for each direction. +A pointer to the QOS structure for socket s. ### -param lpGQOS [in] Reserved for future use with socket groups. A pointer to the -FLOWSPEC structures for the socket group (if applicable). This parameter should be NULL. +QOS structure for the socket group (if applicable). This parameter should be NULL. ## -returns