1
0

Published TBlockSocket.FDset for debugging purposes.

git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@118 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
geby 2010-01-24 10:19:56 +00:00
parent b810a57a1a
commit 6f399a9260

@ -1,5 +1,5 @@
{==============================================================================|
| Project : Ararat Synapse | 009.008.001 |
| Project : Ararat Synapse | 009.008.002 |
|==============================================================================|
| Content: Library base |
|==============================================================================|
@ -690,10 +690,13 @@ type
{:Return value of protocol type for socket creation.}
function GetSocketProtocol: integer; Virtual;
{:WSA structure with information about socket provider. On linux is this
structure simulated!}
{:WSA structure with information about socket provider. On non-windows
platforms this structure is simulated!}
property WSAData: TWSADATA read GetWsaData;
{:FDset structure prepared for usage with this socket.}
property FDset: TFDSet read FFDset;
{:Structure describing local socket side.}
property LocalSin: TVarSin read FLocalSin write FLocalSin;