Commit f1cffc88 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

StopSend for UDP access

parent 365752e5
......@@ -243,6 +243,8 @@ static int Open( vlc_object_t *p_this )
}
free( psz_name );
net_StopSend( p_sys->fd );
/* FIXME */
p_sys->i_mtu = var_CreateGetInteger( p_access, "mtu" );
if( p_sys->i_mtu <= 1 )
......
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