caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Olivier Andrieu <oandrieu@nerim.net>
To: gregoire.henry@pps.jussieu.fr
Cc: <caml-list@inria.fr>
Subject: Re: [Caml-list] ipv6, any news?
Date: Mon, 20 Oct 2003 21:24:51 +0200	[thread overview]
Message-ID: <16276.13955.227905.779639@karryall.dnsalias.org> (raw)
In-Reply-To: <40848.134.157.116.130.1066668601.squirrel@webmail.zeuxis.net>

 Gregoire HENRY [Monday 20 October 2003] :
 >
 > Hello,
 > 
 > I've make some works this summer, trying to respect basic sockets RFC.
 > It's based on Unix module from ocaml-3.06.
 > 
 > http://www.pps.jussieu.fr/~henry/ip6/socket6-20031020.tgz
 > 
 > it's early works, but feedbacks would be nice.

I did some of this too : http://oandrieu.nerim.net/ocaml/#ipv6 .

I noticed you used a inet6_addr type for addresses. It's possible to
reuse the inet_addr type and have the C code discriminate between the
two by the string length. That way the sockaddr type wouldn't need to
be extended. But then you can't specify the flowinfo field (and I
don't know how to support it in this case).

-- 
   Olivier

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


      reply	other threads:[~2003-10-20 19:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-12 22:04 Yaron M. Minsky
2003-10-20 13:11 ` Xavier Leroy
2003-10-20 14:20   ` Francois Rouaix
2003-10-20 16:50   ` Gregoire HENRY
2003-10-20 19:24     ` Olivier Andrieu [this message]

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=16276.13955.227905.779639@karryall.dnsalias.org \
    --to=oandrieu@nerim.net \
    --cc=caml-list@inria.fr \
    --cc=gregoire.henry@pps.jussieu.fr \
    /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).