emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UDP/DNS in Emacs


From: Simon Josefsson
Subject: Re: UDP/DNS in Emacs
Date: Sat, 30 Mar 2002 22:42:54 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i686-pc-linux-gnu)

Lars Magne Ingebrigtsen <address@hidden> writes:

> I haven't yet started playing with it, but am I right in that nobody
> has written a DNS layer for this yet?  If so, my plans are for writing
> a dns.el to use `make-network-process' to implement a DNS lookup
> thing.  (With several concurrent requests, time outs, etc.)

I wrote a simple DNS client for TCP some time ago, but I'm sure that
seeing the code won't help you. :-)

Oh, and DNS can use both UDP and TCP, so I guess a dns.el should use
both, with the appropriate fallback UDP->TCP.

There was a library posted to gnu.emacs.sources recently for dealing
with binary structures, it might be useful for unpacking DNS packets.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]