Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
9498f962
Commit
9498f962
authored
Sep 28, 2020
by
Zebediah Figura
Committed by
Alexandre Julliard
Sep 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2_32: Add protocol information for TCP and UDP over IPv6.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
02a764e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
socket.c
dlls/ws2_32/socket.c
+31
-0
No files found.
dlls/ws2_32/socket.c
View file @
9498f962
...
...
@@ -234,6 +234,37 @@ static const WSAPROTOCOL_INFOW supported_protocols[] =
.
szProtocol
=
{
'U'
,
'D'
,
'P'
,
'/'
,
'I'
,
'P'
,
0
},
},
{
.
dwServiceFlags1
=
XP1_IFS_HANDLES
|
XP1_EXPEDITED_DATA
|
XP1_GRACEFUL_CLOSE
|
XP1_GUARANTEED_ORDER
|
XP1_GUARANTEED_DELIVERY
,
.
dwProviderFlags
=
PFL_MATCHES_PROTOCOL_ZERO
,
.
ProviderId
=
{
0xf9eab0c0
,
0x26d4
,
0x11d0
,
{
0xbb
,
0xbf
,
0x00
,
0xaa
,
0x00
,
0x6c
,
0x34
,
0xe4
}},
.
dwCatalogEntryId
=
1004
,
.
ProtocolChain
.
ChainLen
=
1
,
.
iVersion
=
2
,
.
iAddressFamily
=
WS_AF_INET6
,
.
iMaxSockAddr
=
sizeof
(
struct
WS_sockaddr_in6
),
.
iMinSockAddr
=
sizeof
(
struct
WS_sockaddr_in6
),
.
iSocketType
=
WS_SOCK_STREAM
,
.
iProtocol
=
WS_IPPROTO_TCP
,
.
szProtocol
=
{
'T'
,
'C'
,
'P'
,
'/'
,
'I'
,
'P'
,
'v'
,
'6'
,
0
},
},
{
.
dwServiceFlags1
=
XP1_IFS_HANDLES
|
XP1_SUPPORT_BROADCAST
|
XP1_SUPPORT_MULTIPOINT
|
XP1_MESSAGE_ORIENTED
|
XP1_CONNECTIONLESS
,
.
dwProviderFlags
=
PFL_MATCHES_PROTOCOL_ZERO
,
.
ProviderId
=
{
0xf9eab0c0
,
0x26d4
,
0x11d0
,
{
0xbb
,
0xbf
,
0x00
,
0xaa
,
0x00
,
0x6c
,
0x34
,
0xe4
}},
.
dwCatalogEntryId
=
1005
,
.
ProtocolChain
.
ChainLen
=
1
,
.
iVersion
=
2
,
.
iAddressFamily
=
WS_AF_INET6
,
.
iMaxSockAddr
=
sizeof
(
struct
WS_sockaddr_in6
),
.
iMinSockAddr
=
sizeof
(
struct
WS_sockaddr_in6
),
.
iSocketType
=
WS_SOCK_DGRAM
,
.
iProtocol
=
WS_IPPROTO_UDP
,
.
dwMessageSize
=
0xffbb
,
.
szProtocol
=
{
'U'
,
'D'
,
'P'
,
'/'
,
'I'
,
'P'
,
'v'
,
'6'
,
0
},
},
{
.
dwServiceFlags1
=
XP1_PARTIAL_MESSAGE
|
XP1_SUPPORT_BROADCAST
|
XP1_SUPPORT_MULTIPOINT
|
XP1_MESSAGE_ORIENTED
|
XP1_CONNECTIONLESS
,
.
dwProviderFlags
=
PFL_MATCHES_PROTOCOL_ZERO
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment