[SOLVED] Difference between TCP and UDP socket programming in C
Hello, I would like to know the differences between socket programming in C for TCP and UDP. I read a few resources and the only difference I could see is, To create a TCP socket, you would do /* create a TCP/IP socket */ if ((svc = socket(AF_INET, SOCK ....