Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hzyitc/l4la
A tcp link aggregation tool which will divide a connection into multi connections for multi-wan. TCP链路聚合工具,把一条连接拆分成多条以适应多出口
https://github.com/hzyitc/l4la
go link-aggregation tcp
Last synced: 19 days ago
JSON representation
A tcp link aggregation tool which will divide a connection into multi connections for multi-wan. TCP链路聚合工具,把一条连接拆分成多条以适应多出口
- Host: GitHub
- URL: https://github.com/hzyitc/l4la
- Owner: hzyitc
- License: bsd-3-clause
- Created: 2022-03-24T16:20:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T17:10:42.000Z (about 2 years ago)
- Last Synced: 2024-06-20T10:07:05.429Z (7 months ago)
- Topics: go, link-aggregation, tcp
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# l4la
[![GitHub release](https://img.shields.io/github/v/tag/hzyitc/l4la?label=release)](https://github.com/hzyitc/l4la/releases)[README](README.md) | [中文文档](README_zh.md)
**!!! Note: this is a `just-work` version, all things may be changed without any backward-compatibility !!!**
## Introduction
`l4la` is a tool that divide a connection into multi connections.
It is useful for the people who has multi-wan at home and a high-bandwidth server in other place.
```
--------------- <---- ~~~~~~~~~~~~~~~~~~~~~ <---- ---------------
| l4la Server | <---- { Multi connections } <---- | l4la Client |
--------------- <---- ~~~~~~~~~~~~~~~~~~~~~ <---- ---------------
| ^
| V |
| |
| S |
↓ |
----------- ~~~~~~~~~~~~~~~~~~ ----------
| Service | <-------- { One connectiom } <--------- | Client |
----------- ~~~~~~~~~~~~~~~~~~ ----------
```## Usage
```
Usage:
l4la server
l4la client
```