| Platform SDK: Windows Sockets |
The IPX_SPXCONNSTATUS_DATA structure provides information about a connected SPX socket. Used in conjunction with getsockopt function calls that specify IPX_SPXGETCONNECTIONSTATUS in the optname parameter. All numbers in IPX_SPXCONNSTATUS_DATA are in Novell (high-low) order.
typedef struct _IPX_SPXCONNSTATUS_DATA {
UCHAR ConnectionState;
UCHAR WatchDogActive;
USHORT LocalConnectionId;
USHORT RemoteConnectionId;
USHORT LocalSequenceNumber;
USHORT LocalAckNumber;
USHORT LocalAllocNumber;
USHORT RemoteAckNumber;
USHORT RemoteAllocNumber;
USHORT LocalSocket;
UCHAR ImmediateAddress[6];
UCHAR RemoteNetwork[4];
UCHAR RemoteNode[6];
USHORT RemoteSocket;
USHORT RetransmissionCount;
USHORT EstimatedRoundTripDelay; /* In milliseconds */
USHORT RetransmittedPackets;
USHORT SuppressedPacket;
} IPX_SPXCONNSTATUS_DATA, *PIPX_SPXCONNSTATUS_DATA;
Version: Requires Windows Sockets 2.0.
Header: Declared in Wsnwlink.h.