mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 04:10:36 +01:00
set socket options in TSocketStream.SetSocketOptions
(cherry picked from commit 3814df5b4a)
This commit is contained in:
parent
2df9168f4c
commit
807e87867e
@ -476,6 +476,7 @@ end;
|
||||
Procedure TSocketStream.SetSocketOptions(Value : TSocketOptions);
|
||||
|
||||
begin
|
||||
FSocketOptions:=Value;
|
||||
end;
|
||||
|
||||
function TSocketStream.Seek(Offset: Longint; Origin: Word): Longint;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user