< Previous by Date Date Index Next by Date >
  Thread Index  

RE: [reSIProcate] DNS lookup in sendToWire


If you are using IP addresses then there will not be any DNS lookup actually performed.

 


From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Yariv Trabelsi
Sent: Wednesday, October 05, 2005 2:14 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] DNS lookup in sendToWire

 

Hi everyone,

 

I’m trying to test load on the state less proxy and I need to do it without DNS lookup (I’m only using IP addresses). I see in TransactionState::sendToWire where there is a lookup.

My question is can I disable it somehow or the only way to do it is thru the code?

If it can only be done thru the code, please direct me to the best place to disable from.

 

Thanks

Yariv