X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/79c6fc9d53e925de06072a9ee0abe794955fb52e..ffb12fba43635d1d31d7dd073cd4d1ea7d8f4ebd:/lcoreconfig.inc?ds=inline diff --git a/lcoreconfig.inc b/lcoreconfig.inc index cda6ec7..39d1f27 100644 --- a/lcoreconfig.inc +++ b/lcoreconfig.inc @@ -33,8 +33,13 @@ so a single listener cant get all connections for a port number, only those for 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} +{$ifdef mswindows}{$ifdef ipv6} {$define secondlistener} {$endif}{$endif} -{-------------------------------------------------------------------------------------} \ No newline at end of file +{-------------------------------------------------------------------------------------} +{the threaded windows async dns is currently (2014-03-28) broken. it causes crashes +after running for a period of time. -anders} +{$ifdef mswindows} + {-$define winasyncdns} +{$endif}