clb-quic-demo icon indicating copy to clipboard operation
clb-quic-demo copied to clipboard

clb team contribute

Results 5 clb-quic-demo issues
Sort by recently updated
recently updated
newest added

private static String[] imageUrls= { "https://stgwhttp2.kof.qq.com/1.jpg", "https://stgwhttp2.kof.qq.com/2.jpg", "https://stgwhttp2.kof.qq.com/3.jpg", "https://stgwhttp2.kof.qq.com/4.jpg", "https://stgwhttp2.kof.qq.com/5.jpg", "https://stgwhttp2.kof.qq.com/6.jpg", "https://stgwhttp2.kof.qq.com/7.jpg", "https://stgwhttp2.kof.qq.com/8.jpg", "https://stgwhttp2.kof.qq.com/01.jpg", "https://stgwhttp2.kof.qq.com/02.jpg", "https://stgwhttp2.kof.qq.com/03.jpg", "https://stgwhttp2.kof.qq.com/04.jpg", "https://stgwhttp2.kof.qq.com/05.jpg", "https://stgwhttp2.kof.qq.com/06.jpg", "https://stgwhttp2.kof.qq.com/07.jpg", "https://stgwhttp2.kof.qq.com/08.jpg" }; private static synchronized CronetEngine getCronetEngine(Context context) { //...

按照大神的更新文档更新了下cronet的版本,发现一个问题 使用原始的版本,走QUIC协议,请求了图片之后可以用wireshark抓到GQUIC协议 使用了最新的chromium发布的cronet android版本之后,GQUIC协议从此消失,全部走了TCP 不清楚内部发生了什么变化。。。

在wlan环境与4g使用demo测试了20+次,QUIC均慢于HTTP2. 可能的原因是什么呢。

是服务端下线了吗? QUIC 的callback 中在onSucceeded 中取UrlResponseInfo.getNegotiatedProtocol 一直都返回的是h2。 不应该是http/2+quic/xx 吗?

我自己用caddy搭建了一个支持quic的简易服务器,用的是腾讯云主机 2核2g4m带宽。 ^Cnash:/ # ping fatdog.com.cn PING fatdog.com.cn (123.206.27.238) 56(84) bytes of data. 64 bytes from 123.206.27.238: icmp_seq=1 ttl=51 time=30.6 ms 64 bytes from 123.206.27.238: icmp_seq=2 ttl=51 time=24.3 ms 64...