зеркало из https://github.com/microsoft/msquic.git
Use correct random loss args parameter for key update random loss test (#1562)
This commit is contained in:
Родитель
e6a3f5986b
Коммит
4d152f7881
|
@ -1200,7 +1200,7 @@ TEST_P(WithKeyUpdateArgs1, KeyUpdate) {
|
|||
TEST_P(WithKeyUpdateArgs2, RandomLoss) {
|
||||
TestLoggerT<ParamType> Logger("QuicTestKeyUpdateRandomLoss", GetParam());
|
||||
if (TestingKernelMode) {
|
||||
QUIC_RUN_KEY_UPDATE_PARAMS Params = {
|
||||
QUIC_RUN_KEY_UPDATE_RANDOM_LOSS_PARAMS Params = {
|
||||
GetParam().Family,
|
||||
GetParam().RandomLossPercentage
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче