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 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} 16