X29SetHoldTime(3X25) — Subroutines
Digital
NAME
X29SetHoldTime − Sets the value of the local holdback timer
LIBRARY
X.25 Library (libx25.a)
SYNOPSIS
#include <netx25/x29.h>
int X29SetHoldTime(
int td ,
unsigned short period );
PARAMETERS
tdIdentifies the X.29 terminal for which the holdback timer is to be set.
periodSpecifies the period of time over which data is accumulated before being forwarded to the network. Time must be set in twentieths (1/20) of a second.
DESCRIPTION
The X29SetHoldTime routine sets the value of the local holdback timer used by the X.29 Server for the current incoming X.29 call.
RETURN VALUES
Upon successful completion, the X29SetHoldTime routine returns a value of 0. Otherwise, a (negative) error code is returned.
ERRORS
If the X29SetHoldTime routine fails, one of the following error codes is returned:
[X25RC_SYSERR]
An operating system error occurred. The external variable errno is set to indicate the error.
[X29RC_NOTTY]
The terminal specified is not an X.29 terminal.
RELATED INFORMATION
Functions: X29SetHoldTime(3X25).
Files: x29remoteprof(4X25).
X.25 for Digital UNIX − Programmer’s Reference Manual.