Hey everyone, I'm looking for a Socket API alternative to Winsock, in a class module, like CSocket, but I don't want it to be that big.

I'm looking for a small version, with only the simple features:

- Listen/Connect
- Resolve Host
- TCP Support
- Send/Receive Data with SendProgress

I'd appreciate if anyone could point me in the right direction.

Thanks in advance