Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
host: Remove duplicates in uhd::device::find result
When find issues a broadcast to identify devices in the network it might happen that it receives multiple answers from the same device due to network topology. This fix removes these duplicates by utilizing the hash method of device.cpp. This fixes EttusResearch#729.
- Loading branch information