This topic contains information about the client connection that the exit program can use.
The following table shows the format of the connection description information, which describes client and connection information for this session.
Offset dec | Offset hex | Type | Field |
---|---|---|---|
0 | 0 | INT(4) | Length of connection description information |
4 | 4 | CHAR(20) | Client internet address |
24 | 18 | CHAR(1) | Client password validated |
25 | 19 | CHAR(12) | Workstation type |
39 | 27 | CHAR(1) | Secure socket layer connection |
40 | 28 | CHAR(20) | Server (local) internet address |
60 | 3C | CHAR(1) | Client authentication level |
61 | 3D | CHAR(3) | Reserved |
64 | 40 | INT(4) | Client certificate valid rc |
68 | 44 | INT(4) | Offset to client certificate |
72 | 48 | INT(4) | Client certificate length |
Name | Size | Description |
---|---|---|
sin_len | CHAR(1) | Size of the sockaddr_in structure |
sin_family | CHAR(1) | Family or protocol. IP (Version 4) is hex 02 |
sin_port | CHAR(2) | 16-bit unsigned port number |
sin_addr | CHAR(16) | 4-byte unsigned |
Name | Size | Description |
---|---|---|
sin_len | CHAR(1) | Size of the sockaddr_in structure |
sin_family | CHAR(1) | Protocol family IP is hex 02, IPX is hex 06 |
sin_port | CHAR(2) | 16-bit unsigned port number |
sin_addr | CHAR(16) | 4-byte unsigned network address |
Related concepts
Troubleshooting emulation types