Simple TCP proxy

Chris Angelico rosuav at gmail.com
Wed Jul 27 13:58:19 EDT 2022


On Thu, 28 Jul 2022 at 02:15, Morten W. Petersen <morphex at gmail.com> wrote:
>
> Hi.
>
> I'd like to share with you a recent project, which is a simple TCP proxy
> that can stand in front of a TCP server of some sort, queueing requests and
> then allowing n number of connections to pass through at a time:

How's this different from what the networking subsystem already does?
When you listen, you can set a queue length. Can you elaborate?

ChrisA


More information about the Python-list mailing list