Y
Hacker News
new
|
ask
|
show
|
jobs
by
eiro
2168 days ago
is there a benefit over socat?
1 comments
Mic92
2168 days ago
It 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.
link