From: Guillaume V. <gui...@va...> - 2001-11-25 11:56:13
|
hi, I have a project to do in ocaml, it's about the DNS protocol. I made something dirty in order to learn the protocol, and it works. So it can be done in a clean way. I like the way they did in the Net::DNS module of Perl but i'd like to know other opinions. It will look like this: let query = new dns_query "sieste.org A" in query#send (); print_string (query#answer_to_string ());; Not only queries will be support but response too. So it could be possible to built a tiny DNS server. The work will be finish in mid-january. bye, guillaume -- mailto:gui...@va... ICQ uin : 1752110 Page ouebe : http://guillaume.valadon.net "No! Try not. Do. Or do not. There is no try." - Yoda |