Open jg1uaa opened 2 years ago
LocalAddress cannot be 127.0.0.1 if the remote address is non-local. :)
Experts know such a thing, but non-expert strays by misconfiguration. It will be a good help that adding "# LocalAddress should be commented out when Type=Direct" message to MMDVM.ini.
Today I rewrite my MMDVM.ini and I found this problem.
write() for UDP socket returns EINVAL on Linux(Debian-11.2/amd64), this is occured "Type=Direct" and "LocalAddress=127.0.0.1" in [DMR Network] section. on OpenBSD, there is no error but not working.
Solution: set LocalAddress=0.0.0.0 or delete LocalAddress entry when Type=Direct. maybe this is not bug, but need to add comment to MMDVM.ini.
Reference: https://github.com/nodejs/node/issues/29047