Comment on Show HN: ip2unix – Turn IP sockets into Unix domain socketsComments−eiro6yis there a benefit over socat?−Mic926yIt 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.
Comments
is there a benefit over socat?
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.