I've been struggling to get my java client to communicate with with my c++ server. I'm using tcp sockets.

Here's how I setup my server.


//descriptor for listening for new connections
...