This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: gethostbyname


> Is the number of retries configurable?

Yes, it's all in resolv.conf(5):
option attempts:1
to only have one attempt. You can change timeouts, order of scan,
pretty much everything you can think of.

> I am using glibc 2.1.3, can you recommend any specific code 
> that I should be
> looking at in the resolv directory to help understand exactly what is
> happening?

The proper way to go is probably to use the configuration files before
changing the code (but then, maybe I say that only because I don't
know where to look in the glibc :-) ).

HTH,
Yves

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]