{
{    The purpose of this procedure is to return the sender task entry.  If the
{ TCP interface layer connection is open the sender task entry is returned to
{ the pool of available sender task entries only if the number of entries in
{ the pool is below the allowed maximum.  If the TCP interface layer connection
{ is closed or terminated or the number of entries in the pool is at the
{ allowed maximum, the sender task entry is freed.
{
{       NLP$SK_TCP_RET_SEND_TASK_ENTRY (TCP_CONNECTION, SENDER_TASK)
{
{ TCP_CONNECTION: (input, output)  This parameter contains the pointer to the
{       layer connection for TCP socket interface.
{
{ SENDER_TASK: (input)  This parameter contains the pointer to the sender task
{       entry to be returned.
{
