QMdnsEngine
0.1.0
Multicast DNS library for Qt applications
|
Prober to confirm that a record is unique More...
#include <qmdnsengine/prober.h>
Signals | |
void | nameConfirmed (const QByteArray &name) |
Indicate that the name has been confirmed unique. More... | |
Public Member Functions | |
Prober (AbstractServer *server, const Record &record, QObject *parent=0) | |
Create a new prober. | |
Before responding to queries for a record, its uniqueness on the network must be confirmed. This class takes care of probing for existing records that match and adjusts the record's name until a unique one is found.
For example, to probe for a SRV record:
|
signal |
name | that was confirmed to be unique |