wub | 36e6300 | 2019-12-09 09:15:58 -0800 | [diff] [blame] | 1 | // 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 | |||||
5 | syntax = "proto2"; | ||||
6 | |||||
7 | option optimize_for = LITE_RUNTIME; | ||||
8 | |||||
9 | package quic; | ||||
10 | |||||
11 | message SendAlgorithmTestResult { | ||||
12 | optional string test_name = 1; | ||||
13 | optional uint64 random_seed = 2; | ||||
14 | optional int64 simulated_duration_micros = 3; | ||||
15 | } |