mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 07:19:26 +02:00
comment
This commit is contained in:
parent
8bf5eb8322
commit
7d890608b8
@ -490,6 +490,8 @@ var
|
||||
B: Byte;
|
||||
lTM: Integer;
|
||||
begin
|
||||
// ToDo: support properly with the socket select() function
|
||||
// currently a workaround
|
||||
lTM := IOTimeout;
|
||||
IOTimeout := TimeOut;
|
||||
FHandler.Recv(B,0);
|
||||
|
Loading…
Reference in New Issue
Block a user