https://github.com/sineware/buffer-managed-proxy
https://github.com/sineware/buffer-managed-proxy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sineware/buffer-managed-proxy
- Owner: Sineware
- License: agpl-3.0
- Created: 2024-05-31T20:42:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T20:44:56.000Z (about 2 years ago)
- Last Synced: 2025-02-09T10:31:26.868Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sineware TCP Buffer Managed Proxy
This is a simple TCP proxy that passes packets transparently to a backend server.
It is designed to be used to expose service at an edge, placing it somewhere with an efficient peering route between the backend and your clients.
Additionally, the proxy attempts to smooth-over latency issues, particularly with distant clients who may be experiencing buffer-related latency issues. It
does this by detecting when packets are filling up in a buffer, and momentarily pauses the opposite connection to allow the buffer to drain. This works well with
games such as Minecraft.
## Usage
Configure .env, then run docker-compose up.