summaryrefslogtreecommitdiff
path: root/chromium/net/third_party/quiche/src/quic/test_tools/send_algorithm_test_result.proto
blob: a836c474ba046cd5a2021b6460e4d23cc6b5dadd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

syntax = "proto2";

option optimize_for = LITE_RUNTIME;

package quic;

message SendAlgorithmTestResult {
  optional string test_name = 1;
  optional uint64 random_seed = 2;
  optional int64 simulated_duration_micros = 3;
}