Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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链路聚合工具,把一条连接拆分成多条以适应多出口

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
```