What kind of SCTP support is there on various Windows versions?

梦想与她 提交于 2019-12-03 09:21:02

问题


What kind of SCTP support is there on various Windows versions?


回答1:


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..)

There are 3rd party implementations, e.g.

sctplib

SctpDrv




回答2:


Recently, Windows support has been added to this userspace SCTP stack: http://sctp.fh-muenster.de/sctp-user-land-stack.html

It will have a paper in 2012 ICCCN describing its implementation.




回答3:


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.

So apparently there is no native support in Windows at all. Only through 3rd-party software or libraries.



来源:https://stackoverflow.com/questions/2153700/what-kind-of-sctp-support-is-there-on-various-windows-versions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!