Disable Send Buffering for Perf (#570)

This commit is contained in:
Nick Banks 2020-07-01 09:45:22 -07:00 коммит произвёл GitHub
Родитель 8bc61c5089
Коммит 247dbe97b3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -107,7 +107,7 @@ if ($IsWindows) {
# QuicPing arguments
$ServerArgs = "-listen:* -port:4433 -selfsign:1 -peer_uni:1 -connections:$Runs"
$ClientArgs = "-target:localhost -port:4433 -uni:1 -length:$Length"
$ClientArgs = "-target:localhost -port:4433 -sendbuf:0 -uni:1 -length:$Length"
if ($IsWindows) {
# Always use the same local address and core to provide more consistent results.
$ClientArgs += " -bind:127.0.0.1:4434 -ip:4 -core:0"