source files: xnet.[ch], slisp/c/netseval.[ch]
SYNTAX
(NET-SET-TIMEOUT &optional <seconds> )
DESCRIPTION
The net-set-timeout function sets the number of seconds that the client will wait for a reply from the server after an expression has been sent via NET-EVAL. If the server does not reply within the specified number of seconds an xlisp error will be generated. If <seconds> is not given the default timeout, which is set on program startup, will be used. Currently this number is 5 seconds.