<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2003/10/5cecffaedb9c138d0fc44ea5b5ad170f"
  from="Olivier Andrieu &lt;oandrieu@n...&gt;"
  author="Olivier Andrieu"
  date="2003-10-20T19:24:59"
  subject="Re: [Caml-list] ipv6, any news?"
  prev="2003/10/7d51b2049a68a3e087eb3b3f7451afb7"
  next="2003/10/e99830e14620d1d7fb16fb045d6406c6"
  prev-in-thread="2003/10/1a3b9ec111d257e72e569c0e8ba56911"
  prev-thread="2003/10/3abf7de760b856847362d6f9aa83ae7c"
  next-thread="2003/10/46fc13dda1ffeae12796bb8fb46e4220"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] ipv6, any news?">
<msg 
  url="2003/10/9351c36243545fbbfd25c58b64007c70"
  from="Yaron M. Minsky &lt;yminsky@c...&gt;"
  author="Yaron M. Minsky"
  date="2003-10-12T22:04:49"
  subject="[Caml-list] ipv6, any news?">
<msg 
  url="2003/10/cfa911e3b712c43b2fc866b72cf72620"
  from="Xavier Leroy &lt;xavier.leroy@i...&gt;"
  author="Xavier Leroy"
  date="2003-10-20T13:11:38"
  subject="Re: [Caml-list] ipv6, any news?">
<msg 
  url="2003/10/b0ef38abddedf527c495f2a7f50b3dc8"
  from="Francois Rouaix &lt;Francois.Rouaix@i...&gt;"
  author="Francois Rouaix"
  date="2003-10-20T14:20:32"
  subject="Re: [Caml-list] ipv6, any news?">
</msg>
<msg 
  url="2003/10/1a3b9ec111d257e72e569c0e8ba56911"
  from="Gregoire HENRY &lt;gregoire.henry@p...&gt;"
  author="Gregoire HENRY"
  date="2003-10-20T16:50:04"
  subject="Re: [Caml-list] ipv6, any news?">
<msg 
  url="2003/10/5cecffaedb9c138d0fc44ea5b5ad170f"
  from="Olivier Andrieu &lt;oandrieu@n...&gt;"
  author="Olivier Andrieu"
  date="2003-10-20T19:24:59"
  subject="Re: [Caml-list] ipv6, any news?">
</msg>
</msg>
</msg>
</msg>
</thread>

<contents>
 Gregoire HENRY [Monday 20 October 2003] :
 &gt;
 &gt; Hello,
 &gt; 
 &gt; I've make some works this summer, trying to respect basic sockets RFC.
 &gt; It's based on Unix module from ocaml-3.06.
 &gt; 
 &gt; http://www.pps.jussieu.fr/~henry/ip6/socket6-20031020.tgz
 &gt; 
 &gt; 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

</contents>

</message>

