{
{    The purpose of this procedure is to store the new selection criteria in
{ the listen socket for the given application name, port and bound address.
{ Note that the new selection criteria is not sent to the communications
{ device.  However, if a TCP device becomes available subsequent to this
{ request, the new selection criteria will be sent to that device.  It may
{ cause some confusion as the devices intialized before this request will be
{ working with the previous value of the selection criteria.
{
{       NLP$SK_TCP_SET_LISTEN_OPTIONS (APPLICATION, PORT, BOUND_ADDRESS,
{             SELECTION_CRITERIA, STATUS)
{
{ APPLICATION: (input)  This parameter specifies the application name
{       associated with the listen socket.
{
{ PORT: (input)  This parameter specifies the port number to which the listen
{       socket is bound.
{
{ BOUND_ADDRESS: (input)  This parameter specifies the IP address to which the
{       listen socket is bound.
{
{ SELECTION_CRITERIA: (input)  This parameter specifies the port number and or
{       IP address from which the server application is willing to accept
{       sockets.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:
{             nae$sk_socket_terminated
{
