Charlie
unread,Apr 20, 2012, 9:11:00 AM4/20/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CocoaAsyncSocket
I am looking to create a proxy server (TCP server on one side,
accepting connections, and, on connection, connecting to destination
server and streaming the I/O between the two).
Has anyone done anything like this (before I go and re-invent the
wheel)?
I am assuming that I'll have to create a 'proxyConnection' when a I
get a new connection on the server side and associate the two sockets
into one object and then handle the reads and writes between the two
sockets.
Any suggestions and/or warnings before I start down this path?
Thanks,
Charle