From 06d41e3eb782dc9d6d44477be0628bbce0e56297 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 24 Feb 2013 00:35:52 +0100 Subject: Fix listener bug triggered by never versions of cxxtools reported in bug #1066 --- tntfeatures.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tntfeatures.h') diff --git a/tntfeatures.h b/tntfeatures.h index fb5d9c5..6de1f88 100644 --- a/tntfeatures.h +++ b/tntfeatures.h @@ -23,5 +23,7 @@ // new version of TNTNET allow the request watchdog to be silenced. #define TNT_WATCHDOG_SILENCE (TNTVERSION >= 16900) +// version of TNTNET that binds ipv6 addresses with IPV6_V6ONLY flag set to true +#define TNT_IPV6_V6ONLY (CXXTOOLVER >= 21000) #endif // VDR_LIVE_TNTFEATURES_H -- cgit v1.2.3