tfTeldSendQueueBytes

Jump to: navigation, search

Table of Contents >> Application Reference >> Telnet Daemon


#include <trsocket.h>


int tfTeldSendQueueBytes (ttUserTeldHandle teldHandle);


Function Description

This function returns the number of bytes currently in the TCP socket send queue for the TELNET session identified by 'teldHandle'.


Parameters

  • teldHandle
    Unique identifier for a TELNET connection.


Returns

  • >= 0
    The number of bytes currently in the TCP socket send queue for the specified TELNET session.
  • TM_SOCKET_ERROR
    Invalid 'teldHandle'.


Table of Contents >> Application Reference >> Telnet Daemon