tcpiputils/dnd/inc/dns_sock.h
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
equal deleted inserted replaced
21:abbed5a4b42a 22:8d540f55e491
   115 	Reque the request for a resend with same ID (if was queued).
   115 	Reque the request for a resend with same ID (if was queued).
   116 	
   116 	
   117 	If the request is not already queued, action defaults to
   117 	If the request is not already queued, action defaults to
   118 	normal Queue().
   118 	normal Queue().
   119 	
   119 	
       
   120 	Exceptionally, the request assigns new ID when an incomplete query name
       
   121 	is iterated to apply multiple domain suffices on the interface being used for sending requests
       
   122 	
   120 	@param aRequest to be queued
   123 	@param aRequest to be queued
   121 	*/
   124 	@param aRetryWithSuffix	flag set to identify retry requests on incomplete query names. Defaulted to FALSE
   122 	void ReSend(TDnsRequest &aRequest);
   125 	*/
       
   126 	void ReSend(TDnsRequest &aRequest, TBool aRetryWithSuffix = EFalse);
   123 
   127 
   124 	/**
   128 	/**
   125 	Received a Query or unmatched Reply packet
   129 	Received a Query or unmatched Reply packet
   126 	
   130 	
   127 	The Query method must be implemented by the derived class. The
   131 	The Query method must be implemented by the derived class. The