km4arr / openpgm

Automatically exported from code.google.com/p/openpgm
0 stars 0 forks source link

Test demo program found to accelerate the transmission rate, the interval will be transferred to 10ms packet loss #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
libpgm-5.2.122 on ubuntu14.04

Original comment by conquers...@gmail.com on 9 Apr 2015 at 5:57