Commit 5870262c authored by Marian Durkovic's avatar Marian Durkovic

Once again

parent d18b32c0
......@@ -191,6 +191,7 @@ static int OpenUDP( vlc_object_t * p_this )
setsockopt( i_handle, SOL_SOCKET, SO_REUSEADDR, (void *) &i_opt,
sizeof( i_opt ) );
#ifdef SO_REUSEPORT
i_opt = 1;
setsockopt( i_handle, SOL_SOCKET, SO_REUSEPORT, (void *) &i_opt,
sizeof( i_opt ) );
#endif
......
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