What steps will reproduce the problem?
1.Modify the data transmission interval daytime.c
#ifndef _WIN32
usleep(10*1000);
#else
usleep(10*1000);
#endif
2.Use scons command compiler generates daytime and purinrecv(ubuntu14.04)
3../purinrecv -lp 7500 -n "eth0;239.192.0.1" and ./daytime -lp 7500 -n
"eth0;239.192.0.1"
What is the expected output? What do you see instead?
The receiving end of severe data loss. My hope is that all of the correct data
packets can be transmitted to the receiving end
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by conquers...@gmail.com on 9 Apr 2015 at 3:55
Original issue reported on code.google.com by
conquers...@gmail.com
on 9 Apr 2015 at 3:55