Browse thread
[Caml-list] ipv6, any news?
-
Yaron M. Minsky
-
Xavier Leroy
- Francois Rouaix
-
Gregoire HENRY
- Olivier Andrieu
-
Xavier Leroy
[
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: | Olivier Andrieu <oandrieu@n...> |
| Subject: | Re: [Caml-list] ipv6, any news? |
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