Douglas:
File in the attached.
Use
Socket initializeNetwork.
socket _ Socket newTCP.
socket
connectTo: (NetNameResolver addressForName: serverName)
port: 8000.
socket waitForConnectionUntil: Socket standardDeadline
And let me know how works for you , I use on OS x and Windows
Edgar