X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/8dbf997db86622966c80c12998c2b39577de949f..0a9944546bc1cf591dfce10112a4385049909f02:/lcoreconfig.inc 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}