Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(578)

Side by Side Diff: webrtc/rtc_tools/network_tester/network_tester_config.proto

Issue 2965593002: Move webrtc/{tools => rtc_tools} (Closed)
Patch Set: Adding back root changes Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 syntax = "proto2"; 1 syntax = "proto2";
2 option optimize_for = LITE_RUNTIME; 2 option optimize_for = LITE_RUNTIME;
3 package webrtc.network_tester.config; 3 package webrtc.network_tester.config;
4 4
5 message NetworkTesterConfig { 5 message NetworkTesterConfig {
6 optional int32 packet_send_interval_ms = 1; 6 optional int32 packet_send_interval_ms = 1;
7 optional float packet_size = 2; 7 optional float packet_size = 2;
8 optional int32 execution_time_ms = 3; 8 optional int32 execution_time_ms = 3;
9 } 9 }
10 10
11 message NetworkTesterAllConfigs { 11 message NetworkTesterAllConfigs {
12 repeated NetworkTesterConfig configs = 1; 12 repeated NetworkTesterConfig configs = 1;
13 } 13 }
14 14
OLDNEW
« no previous file with comments | « webrtc/rtc_tools/network_tester/jni.cpp ('k') | webrtc/rtc_tools/network_tester/network_tester_packet.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698