X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/8dbf997db86622966c80c12998c2b39577de949f..d8d568ba2b45905cbe2c8e1956b6444d5b6560f4:/lcoreconfig.inc?ds=inline

diff --git a/lcoreconfig.inc b/lcoreconfig.inc
index 48933e0..27b6e82 100644
--- a/lcoreconfig.inc
+++ b/lcoreconfig.inc
@@ -18,3 +18,12 @@ when getaddrinfo is used, there is no reason to include dnscore, and it increase
 unless you want to use custom nameserver addresses. enable this setting to always include it.}
 
 {-$define syncdnscore}
+
+{on windows up to XP, listening on ipv6 will not listen on ipv4, while on other platforms it does, 
+so a single listener cant get all connections for a port number, only those for one address family.
+also it means a portable app would gave to deal with inconsistent behavior.
+enable this option to simulate the behavior of listening on both v4 and v6}
+
+{$ifdef win32}{$ifdef ipv6}
+{$define secondlistener}
+{$endif}{$endif}