Hello everybody,

The error I have seems very easy to solve, but for some odd reason I can't seem to solve it. Anyways, here's my "setup".

I created a server running on localhost:1200 (telnet localhost 1200 proves that it is up and running) and I coded a client which is supposed to connect to that server and send it data.
The odd part is that the client connects to the server (via connect()) without any...