mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-09 12:02:14 +00:00
This is a pretty tight, lightweight implementation of SOCKS5 intended to be used to facilitate an MTA asking it to bind and connect. It uses the splice(2) syscall to avoid kernel/userspace copies when passing data through, so it should be quite efficient. refs: https://github.com/KumoCorp/kumomta/issues/45