In addition to this previous question, I think the problem is related with the amount of udp data being sent from the simulink model. After a wireshark capture, the udp sender block continuosly sends udp messages even if there are no changes in the values sent.
After having changed the sample time of the constant block to a "very big" value the problem seems to be solved.
Is there a way of just sending udp messages when a change is performed (for example when modifying the value through a 'slider')?
Thanks again.