• chrome quic


    Chrome浏览器启用quic
    1.启用quic: chrome://flags/#enable-quic
    
    2.检查quic:
    
    chrome://net-internals/#quic
    
    安装 http2-and-spdy-indicator 浏览器插件

    Google has support for the QUIC protocol in the Chrome browser, but it’s only enabled for their own websites by default. You can enable it for use on other domains too – assuming the webserver supports it. At this time, it’s a setting you need to explicitly enable.

    To start, open a new tab and go to chrome://flags/. Find the Experimental QUIC protocol and change the setting to Enabled. After the change, restart Chrome.

    chrome_quic_support_setting

    To find out of QUIC is enabled in your Chrome in the first place, go to chrome://net-internals/#quic.

    In my case, it was disabled (which is the “default” value).

    chrome_quic_internals_enabled

    After changing the setting to enable QUIC support and restarting Chrome, the results were much better.

    chrome_quic_internals_status_enabled

    On the same page, you can also get a live list of which sessions are using the QUIC protocol. If it’s enabled, it’ll probably only be Google services for now.

    chrome_quic_internals_sessions

    I’m working on a blogpost to explain the QUIC protocol and how it compares to HTTP/2, so stay tuned for more QUIC updates!

  • 相关阅读:
    记长连接压测总结
    PHP装扩展
    LMbench安装&使用
    Scala学习笔记-2-(if、while、for、try、match)
    Gatling学习笔记-Scenario(场景)
    Java之路---Day05
    Java之路---Day04
    Java之路---Day03
    Java之路---Day02
    Java之路---Day01
  • 原文地址:https://www.cnblogs.com/dream397/p/14582205.html
Copyright © 2020-2023  润新知