I noted that there is also a problem with EM_LAN_PROTO.
Normally at startup a Router gives every PC in the LAN a dynamic IP number.
if today computer 1 has the internal ip number:
192.168.1.23
en computer 2
192.168.1.24
and the day after computer 2 is the first computer to connect to the internet
the ip numbers will be the other way around:
computer 1:
192.168.1.24
computer 2:
192.168.1.23
EM_LAN_PROTO does not detect this change.
It wrongly thinks that the ip numbers are the same as the first day.
The problem is that if you send a file to the other pc,
you will receive it yourself.
If you send a message you send it to yourself.
(you'll see an outgoing and incoming message of the one you've sent)
Is there any change this bug will be corrected?
Is the creator still active?