What alternative is there to writing a TCP/IP data relay?

Posted by LoudNPossiblyRight on Stack Overflow See other posts from Stack Overflow or by LoudNPossiblyRight
Published on 2010-05-28T16:09:38Z Indexed on 2010/05/28 16:12 UTC
Read the original article Hit count: 244

Filed under:
|

I am about to write a tcp/ip data relay - application that passes a one way stream of data from one host/port to another host/port. Initially it will be generic, but later on i will customize it to the need of a specific business request.

I am guessing that something generic already exists out there so my question is:

Has anyone used a third party (preferably open source) data relay in a production environment, if so what is, and do you recommend it?

Any platform is fine.

Thanks.

© Stack Overflow or respective owner

Related posts about tcp

Related posts about network-programming