Re: [Savonet-users] DNS Lookups

2009-10-06 Thread David Baelde
I'm glad I could help. Indeed, these lookups are performed in timing-critical places. I just committed (rev6767) a clean patch that provides two settings for disabling them. Cheers, David -- Come build with us! The Black

Re: [Savonet-users] DNS Lookups

2009-10-06 Thread Romeo
Hi David! This Patch really helps! we tested it under different conditions: 1. without patch with dns server 2. without patch with wrong dns server address 3. with patch with dns server 4. with patch with wrong dns server address second test showed slowest connection (10-20 seconds)

Re: [Savonet-users] DNS Lookups

2009-10-06 Thread Romeo
Hi David! Thank you for the patch! we'll try it today! 2009/10/5 David Baelde > Hi Romeo, > > Here is a patch that forcibly desactivates reverse DNS lookups. If > that really helps you (and it could) we should consider making this > optional. > > Index: src/tools/harbor.ml > ===