Public Member Functions |
|
| pending_query () | |
| pending_query (int _transport, int _sockid, _addr _qr, DnsMessage *_msg) | |
| ~pending_query () | |
Public Attributes |
|
| int | transport |
| int | sockid |
| _addr | querier |
| DnsMessage * | message |
This class contains information about a DNS query.
Definition at line 40 of file handlequery.h.
|
|
Default constructor. Sets all fields to zero. |
|
||||||||||||||||||||
|
Constructor setting all class members. Note that the |
|
|
Destructor |
|
|
DNS query. Not destructed by pending_query. Definition at line 57 of file handlequery.h. |
|
|
Addess of the querier. Definition at line 56 of file handlequery.h. |
|
|
Socket id the query was received from. Definition at line 55 of file handlequery.h. |
|
|
T_TCP for a TCP query, or T_UDP for an UDP query. Definition at line 54 of file handlequery.h. |
1.3.7