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