X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/8dbf997db86622966c80c12998c2b39577de949f..4be21e4a341fbd4c8ecc14675fe6db9de7d18fec:/lcoreconfig.inc diff --git a/lcoreconfig.inc b/lcoreconfig.inc index 48933e0..12fe918 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} +{$define secondlistener} +{$endif}