Hello,
I am trying to do a simple client/server application in C++. Apparently the server is running and now I am trying to connect the client to the server using Socket::connect.
Errno gives the error EACCES, EPERM which means "The user tried to connect to a broadcast address without having the socket broadcast flag enabled or the connection request failed because of a local firewall rule."
Does anyonw know how to solve this problem?
Ana
I am trying to do a simple client/server application in C++. Apparently the server is running and now I am trying to connect the client to the server using Socket::connect.
Errno gives the error EACCES, EPERM which means "The user tried to connect to a broadcast address without having the socket broadcast flag enabled or the connection request failed because of a local firewall rule."
Does anyonw know how to solve this problem?
Ana