DD1984 / sockperf

Automatically exported from code.google.com/p/sockperf
Other
1 stars 0 forks source link

can run multiple MC server to receive the same ingress MC stream on single machine #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
issue do to last changes which removed the SO_REUSEADDR for all UDP

Original issue reported on code.google.com by rosenbau...@gmail.com on 13 Feb 2013 at 9:36

GoogleCodeExporter commented 9 years ago
Fixed in r206
modified SO_REUSEADDR to happen whenever we have a well know bounded port.
For both server and client, no matter the socket type: TCP or UDP

Original comment by rosenbau...@gmail.com on 13 Feb 2013 at 9:37

GoogleCodeExporter commented 9 years ago
fix a seg-fault in r207

Original comment by rosenbau...@gmail.com on 17 Feb 2013 at 9:03