Comment on Show HN: ip2unix – Turn IP sockets into Unix domain socketsparentComments−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
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.