Source position: jwawsnwlink.pas line 245
type _IPX_SPXCONNSTATUS_DATA = record |
ConnectionState: UCHAR; |
WatchDogActive: UCHAR; |
LocalConnectionId: USHORT; |
RemoteConnectionId: USHORT; |
LocalSequenceNumber: USHORT; |
LocalAckNumber: USHORT; |
LocalAllocNumber: USHORT; |
RemoteAckNumber: USHORT; |
RemoteAllocNumber: USHORT; |
LocalSocket: USHORT; |
ImmediateAddress: array [0..5] of UCHAR; |
RemoteNetwork: array [0..3] of UCHAR; |
RemoteNode: array [0..5] of UCHAR; |
RemoteSocket: USHORT; |
RetransmissionCount: USHORT; |
EstimatedRoundTripDelay: USHORT; |
RetransmittedPackets: USHORT; |
SuppressedPacket: USHORT; |
end; |