I am doing something in Java for a student project. One of the things in the project involves a simple broadcast server: clients connect to a server with sockets, the server takes whatever it receives ...
I'm having some wierd issues with sockets.<BR><BR>I open the socket and stuff, and then write my string:<BR><pre>write(mySocket, myString, strlen(myString));</pre><BR ...