diff options
Diffstat (limited to 'v_windows/v/vlib/net/ipv6_v6only.h')
-rw-r--r-- | v_windows/v/vlib/net/ipv6_v6only.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/v_windows/v/vlib/net/ipv6_v6only.h b/v_windows/v/vlib/net/ipv6_v6only.h new file mode 100644 index 0000000..79393df --- /dev/null +++ b/v_windows/v/vlib/net/ipv6_v6only.h @@ -0,0 +1,5 @@ +#if !defined(IPV6_V6ONLY) + +#define IPV6_V6ONLY 27 + +#endif |