Agora
1.2.0
Agora project
|
Main file for the sender executable. More...
Functions | |
DEFINE_uint64 (num_threads, 4, "Number of sender threads") | |
DEFINE_uint64 (core_offset, 0, "Core ID of the first sender thread") | |
DEFINE_uint64 (frame_duration, 0, "Frame duration in microseconds") | |
DEFINE_uint64 (inter_frame_delay, 0, "Delay between two frames in microseconds") | |
DEFINE_string (server_mac_addr, "ff:ff:ff:ff:ff:ff", "MAC address of the remote Agora server to send data to") | |
DEFINE_string (conf_file, TOSTRING(PROJECT_DIRECTORY) "/files/config/ci/tddconfig-sim-ul.json", "Config filename") | |
DEFINE_uint64 (enable_slow_start, 1, "Send frames slower than the specified frame duration during warmup") | |
int | main (int argc, char *argv[]) |
Main file for the sender executable.
DEFINE_string | ( | conf_file | , |
TOSTRING(PROJECT_DIRECTORY) "/files/config/ci/tddconfig-sim-ul.json" | , | ||
"Config filename" | |||
) |
DEFINE_string | ( | server_mac_addr | , |
"ff:ff:ff:ff:ff:ff" | , | ||
"MAC address of the remote Agora server to send data to" | |||
) |
DEFINE_uint64 | ( | core_offset | , |
0 | , | ||
"Core ID of the first sender thread" | |||
) |
DEFINE_uint64 | ( | enable_slow_start | , |
1 | , | ||
"Send frames slower than the specified frame duration during warmup" | |||
) |
DEFINE_uint64 | ( | frame_duration | , |
0 | , | ||
"Frame duration in microseconds" | |||
) |
DEFINE_uint64 | ( | inter_frame_delay | , |
0 | , | ||
"Delay between two frames in microseconds" | |||
) |
DEFINE_uint64 | ( | num_threads | , |
4 | , | ||
"Number of sender threads" | |||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |