各种 Windows 版本都有什么样的 SCTP 支持?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2153700/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What kind of SCTP support is there on various Windows versions?
提问by Robert S. Barnes
回答by Anonym
Out of the box, there are none, on any versions of Windows.(Microsoft has claimed there is no customer demand, so I always encourage anyone looking for SCTP on windows contact Microsoft and express their need for one..)
开箱即用,在任何版本的 Windows 上都没有。(微软声称没有客户需求,所以我总是鼓励任何在 Windows 上寻找 SCTP 的人联系微软并表达他们对一个的需求..)
There are 3rd party implementations, e.g.
有 3rd 方实现,例如
回答by user1354196
Recently, Windows support has been added to this userspace SCTP stack: http://sctp.fh-muenster.de/sctp-user-land-stack.html
最近,Windows 支持已添加到此用户空间 SCTP 堆栈:http: //sctp.fh-muenster.de/sctp-user-land-stack.html
It will have a paper in 2012 ICCCN describing its implementation.
它将在 2012 年的 ICCCN 上发表一篇论文来描述其实施。
回答by Joey
From the Wikipedia article:
来自维基百科文章:
The following operating systems implement SCTP:
- AIX Version 5
- Generic BSD with external patch at KAME project
- Cisco IOS 12
- DragonFly BSD since version 1.4
- FreeBSD, version 7 and above
- HP-UX, 11i v2 and above
- Operating systems using Linux kernel 2.4 and newer
- QNX Neutrino Realtime OS, 6.3.0 and above
- Sun Solaris 10 and above
Various third-party implementations of SCTP exist for other operating systems. FreeBSD contains the SCTP reference implementation.
Userspace library:
- The SCTP library (sctplib), with a Windows XP port.
以下操作系统实施 SCTP:
- AIX 版本 5
- KAME 项目中带有外部补丁的通用 BSD
- 思科 IOS 12
- DragonFly BSD 自 1.4 版起
- FreeBSD,版本 7 及以上
- HP-UX、11i v2 及更高版本
- 使用 Linux 内核 2.4 及更新版本的操作系统
- QNX Neutrino 实时操作系统,6.3.0 及以上
- Sun Solaris 10 及更高版本
存在用于其他操作系统的 SCTP 的各种第三方实现。FreeBSD 包含 SCTP 参考实现。
用户空间库:
- SCTP 库 (sctplib),带有Windows XP 端口。
So apparently there is no native support in Windows at all. Only through 3rd-party software or libraries.
因此,显然 Windows 中根本没有本机支持。只能通过第 3 方软件或库。