Projects STRLCPY sing-box Files
🤬
68 lines | ISO-8859-1 | 2 KB

The sing-box uses the following projects which also need to be maintained:

sing

Link: GitHub repository

As a base tool library, there are no dependencies other than golang.org/x/sys.

sing-dns

Link: GitHub repository

Handles DNS lookups and caching.

sing-tun

Link: GitHub repository

Handle Tun traffic forwarding, configure routing, monitor network and routing.

This library needs to periodically update its dependency gVisor (according to tags), including checking for changes to the used parts of the code and updating its usage. If you are involved in maintenance, you also need to check that if it works or contains memory leaks.

sing-shadowsocks

Link: GitHub repository

Provides Shadowsocks client and server

sing-vmess

Link: GitHub repository

Provides VMess client and server

Link: GitHub repository

Fork of vishvananda/netlink, with some rule fixes.

The library needs to be updated with the upstream.

quic-go

Link: GitHub repository

Fork of lucas-clemente/quic-go and HyNetwork/quic-go, contains quic flow control and other fixes used by Hysteria.

Since the author of Hysteria does not follow the upstream updates in time, and the provided fork needs to use replace, we need to do this.

The library needs to be updated with the upstream.

smux

Link: GitHub repository

Fork of xtaci/smux

Modify the code to support the writev it uses internally and unify the buffer pool, which prevents it from allocating 64k buffers for per connection and improves performance.

Upstream doesn't seem to be updated anymore, maybe a replacement is needed.

Note: while yamux is still actively maintained and better known, it seems to be less performant.

Please wait...
Page is in error, reload to recover