5 ms·
is there a benefit over socat?
by eiro 6y ago
is there a benefit over socat?
- Mic92 6y agoIt is faster because socat creates additional copies/context switches when forwarding data. This tool changes the bind syscall so it becomes a unix socket in the first place.