X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/85ef2ce64f0cc31a063fccea69fdcc7281d51548..3f8290b4a13c15cf62776aa427f62a8ae77ee07c:/lcoreconfig.inc diff --git a/lcoreconfig.inc b/lcoreconfig.inc index cda6ec7..fbf9b6d 100644 --- a/lcoreconfig.inc +++ b/lcoreconfig.inc @@ -33,8 +33,20 @@ 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} + +{-------------------------------------------------------------------------------------} +{btime used to set TimeBeginPeriod(1) on init, so a program was permanently in this state. +doing this is not recommended, so it is no longer done by default. +set this define to get the old behavior back.} +{-$define btimehighrate} +