How can I change the socket priority by using
int setsockopt(int sockfd, int level, int optname,const void *optval, socklen_t optlen);
and also help me to understand what is the use of const void *optval
.
How can I change the socket priority by using
int setsockopt(int sockfd, int level, int optname,const void *optval, socklen_t optlen);
and also help me to understand what is the use of const void *optval
.