nerves-project-attic/nerves_network

IPv4 Link-local implementation doesn't detect IP address collisions

fhunleth opened this issue · 1 comments

The current IPv4 implementation selects a randomly generated IP address and proceeds to use it without probing for its existence of announcing itself. See https://tools.ietf.org/html/rfc3927#section-2.2.1 for what it should be doing.

Closing this issue because it is a duplicate of #16