Gnus development mailing list
 help / color / mirror / Atom feed
From: Derrell.Lipman@UnwiredUniverse.com
Subject: Re: Refresh of DNS servers
Date: Tue, 03 Feb 2004 09:42:27 -0500	[thread overview]
Message-ID: <smhsfcmk.fsf@random.localnet.unwireduniverse.com> (raw)
In-Reply-To: <bvnlft$1t1$1@quimby.gnus.org> (Ralf Angeli's message of "Tue, 03 Feb 2004 09:18:04 +0100")

Ralf Angeli <dev.null@iwi.uni-sb.de> writes:

> This sounds reasonable.  Does anybody have a hint where I could start
> to look for this stuff?  I grepped the Gnus and Emacs source
> directories for "dns", "res_init" and variations of "nameserv" and
> "resolv" but this didn't yield a usable result (I only found some
> utility functions in `net-utils.el'.  Maybe I missed something?).  I
> also tried to dig into `gnus-group-get-new-news' but got lost
> somewhere in the middle.

res_init() is not typically called directly by the application; rather it is
called by the first resolver function that is used.  Do "man resolver" for a
list of the functions that you can grep for in the source (or you can search
for "res_" and "dn_" since they all start with one of those).

Actually, those functions may not be called directly from the emacs source at
all.  Something like "gethostbyname() may be called, which indirectly calls
the resolver.

Derrell



  reply	other threads:[~2004-02-03 14:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-02  8:25 Ralf Angeli
2004-02-02 14:47 ` Kai Grossjohann
2004-02-02 19:40   ` Ralf Angeli
2004-02-02 21:02     ` Derrell.Lipman
2004-02-03  8:18       ` Ralf Angeli
2004-02-03 14:42         ` Derrell.Lipman [this message]
2004-02-04 16:58         ` William M. Perry
2004-02-05  8:28           ` Ralf Angeli
2004-02-02 16:13 ` Jeremy Maitin-Shepard
2004-02-02 19:40   ` Ralf Angeli
2004-02-02 22:38     ` Jeremy Maitin-Shepard
2004-02-03  7:58       ` Ralf Angeli
2004-02-06 19:32         ` Xavier Maillard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=smhsfcmk.fsf@random.localnet.unwireduniverse.com \
    --to=derrell.lipman@unwireduniverse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).