Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcorrado/pausable_tcp_proxy
A toy TCP proxy server that will pause the flow of traffic, buffering until you unpause
https://github.com/jcorrado/pausable_tcp_proxy
perl proxy tcp
Last synced: 11 days ago
JSON representation
A toy TCP proxy server that will pause the flow of traffic, buffering until you unpause
- Host: GitHub
- URL: https://github.com/jcorrado/pausable_tcp_proxy
- Owner: jcorrado
- Created: 2011-06-11T16:58:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T10:52:45.000Z (7 months ago)
- Last Synced: 2024-05-29T23:56:26.682Z (7 months ago)
- Topics: perl, proxy, tcp
- Language: Perl
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A toy TCP proxy server that will pause the flow of traffic, buffering
until you unpause.I wrote this one morning after a chat with Andrew, at Meetup. He
needed a proxy for testing a daemon of his that talked to a RabbitMQ
server (iirc). I pointed him towards simpleproxy but it got me
thinking and this turned out to be a fun little project.