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