зеркало из https://github.com/microsoft/msquic.git
More Time for macOS (#1992)
This commit is contained in:
Родитель
deff1e8d69
Коммит
f5f9990d8f
|
@ -226,7 +226,7 @@ TestConnection::ForceKeyUpdate()
|
|||
0,
|
||||
nullptr);
|
||||
|
||||
} while (Status == QUIC_STATUS_INVALID_STATE && ++Try <= 10);
|
||||
} while (Status == QUIC_STATUS_INVALID_STATE && ++Try <= 20);
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
@ -255,7 +255,7 @@ TestConnection::ForceCidUpdate()
|
|||
0,
|
||||
nullptr);
|
||||
|
||||
} while (Status == QUIC_STATUS_INVALID_STATE && ++Try <= 10);
|
||||
} while (Status == QUIC_STATUS_INVALID_STATE && ++Try <= 20);
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче