As I understand, UDP is a unreliable protocol. In one of the project I'm working one, local UDP socket is suggested as mean of IPC between two process. Is local UDP entirely reliable? I'd imagine it is but just want to confirm.
If it is, what's the difference between local UDP and domain socket?
Thanks,