Release 11

git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@25 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
geby
2008-04-23 20:46:58 +00:00
parent fb0759c8f2
commit cae3686c68
11 changed files with 306 additions and 199 deletions

View File

@@ -1,5 +1,5 @@
{==============================================================================|
| Project : Delphree - Synapse | 001.000.000 |
| Project : Delphree - Synapse | 001.001.000 |
|==============================================================================|
| Content: DNS client |
|==============================================================================|
@@ -102,7 +102,7 @@ begin
inherited Create;
sock:=TUDPBlockSocket.create;
sock.CreateSocket;
timeout:=5;
timeout:=5000;
DNShost:='localhost';
end;