In my socket server code, it is written that:
listen (socket_fd, 5);
I know this is written here for the reason of "listening connection" but I am not sure what the parameter 5 means. Also is there any syntax
socklen_t
I tried to find it using manual command but was unable.