Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

bzEq/bx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BX - ByteXchange

A simple and fast L4 virtual switch.

Install

Normal install

GOPROXY=direct go install github.com/bzEq/bx/i3@main

Optimized install

GOPROXY=direct CXX=clang++ CGO_CXXFLAGS='-march=native -O3' \
    go install github.com/bzEq/bx/i3@main

Kernel parameters

net.core.default_qdisc=cake
net.ipv4.tcp_congestion_control=bbr

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages