|
From: Stephen S. <rad...@gm...> - 2014-02-26 12:48:07
|
On Wed, Feb 26, 2014 at 1:40 PM, IOhannes m zmoelnig <zmo...@ie...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > On 2014-02-26 13:38, Stephen Sinclair wrote: >> I do see a short lag of a couple of seconds when sending to an >> unknown address using oscsend.exe, but it seems to go away the >> second and third times I run it. If I change the last number of >> the IP address I get the lag again, only once. > > this sounds suspiciously like a DNS problem. (i'm aware that we are > talking about IP addresses here) Agreed. I think lo_address_resolve() gets called regardless of whether the host is specified as an dotted quad or as a hostname. This causes getaddrinfo() to be called. Not sure why this might cause a DNS lookup. Maybe getnameinfo() is being triggered somewhere. Sure wish Windows had a strace() equivalent ;) Steve |