zighouse / doubango

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

Do not use "SO_REUSEADDR" for UDP #368

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.
"SO_REUSEADDR" with UDP really allows binding to the same address:port. For 
TCP/TLS it's required to tackle "already in use" use when the socket state is 
"TIME_WAIT".

Original issue reported on code.google.com by boss...@yahoo.fr on 14 Apr 2014 at 12:32

GoogleCodeExporter commented 8 years ago
With WebRTC4ALL (G2J.COM) telepresence the SIP and media channels could be 
mixed and this lead to crashes.

Original comment by boss...@yahoo.fr on 14 Apr 2014 at 12:33

GoogleCodeExporter commented 8 years ago
Fixed by r1052

Original comment by boss...@yahoo.fr on 14 Apr 2014 at 12:52