SOCK_DGRAM Macro
C
#define SOCK_DGRAM 110 //Connectionless datagram socket. Use UDP for the Internet address family.
Description
Connectionless datagram socket. Use UDP for the Internet address family.
#define SOCK_DGRAM 110 //Connectionless datagram socket. Use UDP for the Internet address family.
Connectionless datagram socket. Use UDP for the Internet address family.