星梦之夜 2015-02-02 09:49 采纳率: 0%
浏览 5901

IE11是否对websocket的连接个数有限制?

网上说是默认6个,修改注册表就好了,但是修改后没效啊。有谁遇到过这个问题,有好的解决方法还请多多指教,感激不尽

报Security Error错误

  • 写回答

1条回答 默认 最新

  • oyljerry 2015-02-02 10:15
    关注

    https://msdn.microsoft.com/en-us/library/ie/ee330736(v=vs.85).aspx#websocket_maxconn

    Internet Explorer 10. When enabled, the FEATURE_WEBSOCKET_MAXCONNECTIONSPERSERVER feature sets the maximum number of concurrent WebSocket connections allowed to a single host. The minimum number that can be specified is 2 and the maximum value allowed is 128.
    The default value for this setting is 6 in Internet Explorer and applications hosting the WebBrowser Control. To modify this feature by using the registry, add the name of your executable file to the following setting.
    HKEY_LOCAL_MACHINE (or HKEY_CURRENT_USER)
    SOFTWARE
    Microsoft
    Internet Explorer
    Main
    FeatureControl
    FEATURE_WEBSOCKET_MAXCONNECTIONSPERSERVER
    contoso.exe = (DWORD) 0x00000006 (6)

    评论

报告相同问题?

悬赏问题

  • ¥50 导入文件到网吧的电脑并且在重启之后不会被恢复
  • ¥15 (希望可以解决问题)ma和mb文件无法正常打开,打开后是空白,但是有正常内存占用,但可以在打开Maya应用程序后打开场景ma和mb格式。
  • ¥20 ML307A在使用AT命令连接EMQX平台的MQTT时被拒绝
  • ¥20 腾讯企业邮箱邮件可以恢复么
  • ¥15 有人知道怎么将自己的迁移策略布到edgecloudsim上使用吗?
  • ¥15 错误 LNK2001 无法解析的外部符号
  • ¥50 安装pyaudiokits失败
  • ¥15 计组这些题应该咋做呀
  • ¥60 更换迈创SOL6M4AE卡的时候,驱动要重新装才能使用,怎么解决?
  • ¥15 让node服务器有自动加载文件的功能