在公司networking中,我注意到所有被检查的Windows Server 2012机器都启用了ECN :
> netsh interface tcp show global TCP Global Parameters ----------------------------------------------
…
ECN Capability : enabled
它在Windows Server 2012上默认打开吗? 在所有较旧的Windows系统上,我都看到它在默认情况下被closures,这在维基百科文章中得到确认。 1我无法在任何地方find有关Windows Server 2012的信息。
虽然ECN RFC于2001年发布,但仍有许多设备和互联网服务与ECN无法正常工作。 Windows中的这种变化会有点勇敢。
是的,Server 2012默认启用ECN(由DCTCP使用)。
哦,这里是关于它的文章,专门用于Server 2012.它非常整洁: http : //technet.microsoft.com/en-us/library/hh997028.aspx
下面是关于微软研究院的这个主题的一个很好的PDF: http : //research.microsoft.com/pubs/121386/dctcp-public.pdf