what will be done if the buffer socket full in an UDP protocol? does it replace the old data with the new one? ot it just drop the new data?
In case that it's not related with UDP protocols, and it's specified in the code, how to do this in python and C?