mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 13:59:28 +02:00
comment
This commit is contained in:
parent
162ecdc543
commit
1d18f2fdbf
@ -491,6 +491,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