Why would an application use udp instead of tcp
Feb 09, 2009 · With TCP this is handled in the network stack and thus takes the responsibility out of the hands of the application. Thus TCP tends to be more simple to program in than UDP. Generally you'll use TCP unless there is a reason that UDP is more beneficial.