blob: a836c474ba046cd5a2021b6460e4d23cc6b5dadd [file] [log] [blame]
wub36e63002019-12-09 09:15:58 -08001// Copyright 2019 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5syntax = "proto2";
6
7option optimize_for = LITE_RUNTIME;
8
9package quic;
10
11message SendAlgorithmTestResult {
12 optional string test_name = 1;
13 optional uint64 random_seed = 2;
14 optional int64 simulated_duration_micros = 3;
15}