Not fixing network transmission issues with UDP
Protocol that solves less issues is UDP. Often UDP can be used for media transmission. For example if a video frame is lost during transmission, it is not a critical issue, but a video still can be watchable. UDP protocol often used for video/audio data, where data loss is not critical.
Comments
Post a Comment