<div>hi,</div>
<div> </div>
<div>Can someone please clarify my doubt:</div>
<div> </div>
<div>in function BlockUDP: net_Read is called with the last parameter set to vlc_false which means that only 1 mtu is read from the socket as b_retry is set to false.. how does the program ensure that the entire udp stream is received ? from my understanding the program breaks from the while loop in net_read after receiving one MTU only... what happens to the rest of the udp stream?
</div>
<div> </div>
<div>Thank you,</div>
<div>Anand Venkat</div>