Closed
Bug 786665
Opened 13 years ago
Closed 12 years ago
SCTP code using Windows APIs that require Vista, alder builds don't run on WinXP
Categories
(Core :: WebRTC: Networking, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ted, Assigned: jesup)
Details
(Whiteboard: [WebRTC], [blocking-webrtc+] [qa-])
The SCTP code uses WakeAllConditionVariable:
https://mxr.mozilla.org/projects-central/source/alder/netwerk/sctp/src/netinet/sctp_bsd_addr.c#111
https://mxr.mozilla.org/projects-central/source/alder/netwerk/sctp/src/user_socket.c#425
which is only available in Vista or newer:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms687076%28v=vs.85%29.aspx
This is causing alder Windows builds to not start on WinXP currently.
Assignee | ||
Comment 1•13 years ago
|
||
Pinged SCTP authors with some alternatives
Updated•13 years ago
|
Whiteboard: [WebRTC]
Updated•13 years ago
|
Whiteboard: [WebRTC] → [WebRTC], [blocking-webrtc+]
Assignee | ||
Comment 2•12 years ago
|
||
this was resolved a while ago. WinXP should work now
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Whiteboard: [WebRTC], [blocking-webrtc+] → [WebRTC], [blocking-webrtc+] [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•