tfTeldSendQueueSize
Table of Contents >> Application Reference >> Telnet Daemon
| #include <trsocket.h> |
| int tfTeldSendQueueSize | (ttUserTeldHandle teldHandle); |
Function Description
This function returns the total size of the TCP socket send queue for the TELNET session identified by 'teldHandle'.
Parameters
- teldHandle
- Unique identifier for a TELNET connection.
Returns
- >= 0
- The total size of the TCP socket send queue for the specified TELNET session.
- TM_SOCKET_ERROR
- Invalid 'teldHandle'.