Commit 22d0fa77 authored by Joanne Hugé's avatar Joanne Hugé

Initialize buffer len in server.c

parent d338ba17
......@@ -131,6 +131,7 @@ int main(int argc, char *argv[]) {
param.tsn_task = RECV_PACKET_TASK;
main_param.refresh_rate = 50000;
main_param.tx_buffer_len = 1024;
// Process bash options
process_options(argc, argv, &param, &main_param);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment