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

Same as previous commit

parent b2cf3c67
......@@ -454,7 +454,7 @@ static int Open( vlc_object_t *p_this )
if( id->i_mtu <= 16 + MTU_REDUCE )
{
/* better than nothing */
id->i_mtu = 1500;
id->i_mtu = 576 - 20 - 8;
}
id->i_mtu -= MTU_REDUCE;
......
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