diff options
author | Michel Mauny <Michel.Mauny@ensta.fr> | 2008-08-01 16:29:44 +0000 |
---|---|---|
committer | Michel Mauny <Michel.Mauny@ensta.fr> | 2008-08-01 16:29:44 +0000 |
commit | 29b8f845fd48579e42005f39f343a83680b0f13c (patch) | |
tree | c711d5e4c32325eeb1f7b8a124a54d6cc52f067a | |
parent | 674c821f5d51e4470d96cc1dd1d3c362139845f2 (diff) |
Add IPV6_ONLY to match unix.mli
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8972 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | otherlibs/threads/unix.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/threads/unix.ml b/otherlibs/threads/unix.ml index 5a893adff..6223e1119 100644 --- a/otherlibs/threads/unix.ml +++ b/otherlibs/threads/unix.ml @@ -640,6 +640,8 @@ type socket_bool_option = | SO_OOBINLINE | SO_ACCEPTCONN | TCP_NODELAY + | IPV6_ONLY + type socket_int_option = SO_SNDBUF |