Browse thread
Re: multi-threaded udp resolver
- Damien Doligez
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Damien Doligez <Damien.Doligez@i...> |
| Subject: | Re: multi-threaded udp resolver |
>From: Julian Assange <proff@iq.org> >While ocaml provides appropriate udp send/receive functions, the best >mechanism for understanding the structure of dns packets is unknown to >me. What you describe looks like a parsing problem to me. I would try to use ocamlyacc or stream parsers if I had to solve your problem. But I've never done anything like that, so I can't guarantee it's really the best way to do it. -- Damien