Re: Simple TCP "relay" or "proxy"

2005-05-13 Thread Dave Benjamin
Tomas Christiansen wrote: > Im trying to make a simple TCP socket "relay" or "proxy", but my skills in > Python are not high (yet). http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/114642 -- http://mail.python.org/mailman/listinfo/python-list

Simple TCP "relay" or "proxy"

2005-05-13 Thread Tomas Christiansen
Im trying to make a simple TCP socket "relay" or "proxy", but my skills in Python are not high (yet). The only thing it should do, is to open the connection on behalf of the client, and when the client closes the connection, it should do so too. It's going to "relay" PCL and/or PostScript print