quic-benchmark:quic和tls的基准测试-源码

上传者: 42097508 | 上传时间: 2021-05-07 13:44:08 | 文件大小: 659KB | 文件类型: ZIP
Komplexpraktikum快速基准测试 一个将QUIC套接字与TCP套接字的性能进行比较的项目。 动机 QUIC是最初由Google开发的传输层协议,目前由IETF开发和标准化。 QUIC的HTTP映射称为HTTP / 3,这是HTTP的最新版本。 默认情况下,通过QUIC进行的通信是加密的。 该项目的目的是测量QUIC协议的性能,并将其与传输控制协议(TCP)和传输层安全性(TLS)进行比较,因为默认情况下TCP不会进行加密通信。 实验设置 在实验中,我们实现了两种不同的设置:使用QUIC的客户端-服务器通信和使用TCP + TLS的客户端-服务器通信。 我们在rust和nodejs中都实现了。 在本实验的其余部分中,我们决定使用nodejs,因为可以将QUIC设置为套接字,也可以直接将其设置为HTTP / 3。 另外,nodejs中的文档也更加详细。 服务器和客户端当前在一台机器

文件下载

资源详情

[{"title":"( 47 个子文件 659KB ) quic-benchmark:quic和tls的基准测试-源码","children":[{"title":"quic-benchmark-main","children":[{"title":"Dockerfile <span style='color:#111;'> 458B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 3.84KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 4.64KB </span>","children":null,"spread":false},{"title":"utils","children":[{"title":"measurements.py <span style='color:#111;'> 5.55KB </span>","children":null,"spread":false},{"title":"parser.py <span style='color:#111;'> 2.00KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"ping.py <span style='color:#111;'> 1.49KB </span>","children":null,"spread":false}],"spread":true},{"title":"certs","children":[{"title":"tcp-tls","children":[{"title":"public-cert.pem <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"csr.pem <span style='color:#111;'> 936B </span>","children":null,"spread":false},{"title":"private-key.pem <span style='color:#111;'> 1.64KB </span>","children":null,"spread":false}],"spread":true},{"title":"quic","children":[{"title":"server.key <span style='color:#111;'> 1.61KB </span>","children":null,"spread":false},{"title":"server.crt <span style='color:#111;'> 960B </span>","children":null,"spread":false},{"title":"server.csr <span style='color:#111;'> 871B </span>","children":null,"spread":false}],"spread":true},{"title":"certificate_creation.md <span style='color:#111;'> 393B </span>","children":null,"spread":false}],"spread":true},{"title":"docker-compose.yml <span style='color:#111;'> 792B </span>","children":null,"spread":false},{"title":"documentation","children":[{"title":"setup-parameters.png <span style='color:#111;'> 110.09KB </span>","children":null,"spread":false},{"title":"topology.png <span style='color:#111;'> 27.59KB </span>","children":null,"spread":false},{"title":"topology.xml <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false}],"spread":true},{"title":"benchmarks","children":[{"title":"benchmarks.py <span style='color:#111;'> 5.30KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 0B </span>","children":null,"spread":false}],"spread":true},{"title":"traffic","children":[{"title":"delay.py <span style='color:#111;'> 403B </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"shark.py <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false}],"spread":true},{"title":"visualize-events","children":[{"title":"visualize_events_old.py <span style='color:#111;'> 4.45KB </span>","children":null,"spread":false},{"title":"visualize_events.py <span style='color:#111;'> 8.13KB </span>","children":null,"spread":false},{"title":"figures","children":[{"title":"network_run5_err.png <span style='color:#111;'> 65.78KB </span>","children":null,"spread":false},{"title":"local_run_1.png <span style='color:#111;'> 60.72KB </span>","children":null,"spread":false},{"title":"local_run_2.png <span style='color:#111;'> 61.64KB </span>","children":null,"spread":false},{"title":"network_run2_err.png <span style='color:#111;'> 63.76KB </span>","children":null,"spread":false},{"title":"local_run_5_err.png <span style='color:#111;'> 62.57KB </span>","children":null,"spread":false},{"title":"network_run1.png <span style='color:#111;'> 64.96KB </span>","children":null,"spread":false},{"title":"local_run_4.png <span style='color:#111;'> 62.43KB </span>","children":null,"spread":false},{"title":"local_run_3.png <span style='color:#111;'> 61.57KB </span>","children":null,"spread":false},{"title":"network_run4_err.png <span style='color:#111;'> 64.11KB </span>","children":null,"spread":false},{"title":"network_run3.png <span style='color:#111;'> 64.07KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"traffic-analysis","children":[{"title":"tcp.cap <span style='color:#111;'> 12.00KB </span>","children":null,"spread":false},{"title":"udp.cap <span style='color:#111;'> 12.00KB </span>","children":null,"spread":false},{"title":"parse_capfile.py <span style='color:#111;'> 1.55KB </span>","children":null,"spread":false},{"title":"pshark.py <span style='color:#111;'> 892B </span>","children":null,"spread":false}],"spread":true},{"title":"setup.py <span style='color:#111;'> 4.39KB </span>","children":null,"spread":false},{"title":"node","children":[{"title":"package.json <span style='color:#111;'> 1017B </span>","children":null,"spread":false},{"title":"tcp","children":[{"title":"tcp-tls-server.js <span style='color:#111;'> 3.57KB </span>","children":null,"spread":false},{"title":"tcp-tls-client.js <span style='color:#111;'> 1.97KB </span>","children":null,"spread":false}],"spread":false},{"title":".babelrc <span style='color:#111;'> 37B </span>","children":null,"spread":false},{"title":"quic","children":[{"title":"quic-client.js <span style='color:#111;'> 2.23KB </span>","children":null,"spread":false},{"title":"quic-server.js <span style='color:#111;'> 2.86KB </span>","children":null,"spread":false}],"spread":false},{"title":"package-lock.json <span style='color:#111;'> 323B </span>","children":null,"spread":false}],"spread":true}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明