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: about 1 year 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T17:10:42.000Z (over 3 years ago)
- Last Synced: 2025-03-28T00:51:16.800Z (about 1 year ago)
- Topics: go, link-aggregation, tcp
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# l4la
[](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
```