diff options
Diffstat (limited to 'otherlibs/unix/unix.ml')
-rw-r--r-- | otherlibs/unix/unix.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/unix/unix.ml b/otherlibs/unix/unix.ml index d4a75a4d0..193071c4a 100644 --- a/otherlibs/unix/unix.ml +++ b/otherlibs/unix/unix.ml @@ -485,6 +485,7 @@ type socket_bool_option = | SO_OOBINLINE | SO_ACCEPTCONN | TCP_NODELAY + | IPV6_ONLY type socket_int_option = SO_SNDBUF |