Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FLOWSPEC vs QOS confusion. #1869

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk-api-src/content/winsock2/nf-winsock2-wsaconnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="/windows/desktop/api/qos/ns-qos-flowspec">FLOWSPEC</a> structures for socket <i>s</i>, one for each direction.
A pointer to the <a href="/windows/desktop/api/winsock2/ns-winsock2-qos">QOS</a> structure for socket <i>s</i>.

### -param lpGQOS [in]

Reserved for future use with socket groups. A pointer to the
<a href="/windows/desktop/api/qos/ns-qos-flowspec">FLOWSPEC</a> structures for the socket group (if applicable). This parameter should be <b>NULL</b>.
<a href="/windows/desktop/api/winsock2/ns-winsock2-qos">QOS</a> structure for the socket group (if applicable). This parameter should be <b>NULL</b>.

## -returns

Expand Down