OLD | NEW |
---|---|
(Empty) | |
1 syntax = "proto2"; | |
2 option optimize_for = LITE_RUNTIME; | |
3 package webrtc.network_tester.config; | |
4 | |
5 message NetworkTesterConfig { | |
6 optional int32 packet_send_interval_ms = 1; | |
7 optional float packet_size = 2; | |
8 optional int32 execution_time_ms = 3; | |
9 } | |
minyue-webrtc
2017/04/03 08:05:19
Maybe you want to add
message NetworkTesterAllCon
minyue-webrtc
2017/04/04 09:08:01
Any reply?
michaelt
2017/04/04 09:18:45
Oops i missed that one.
At the moment I do the ser
minyue-webrtc
2017/04/04 09:24:34
That's way I suggested an overall config. That may
michaelt
2017/04/04 09:29:37
I still would need get the configs one by one. Bu
| |
OLD | NEW |