{
{    The purpose of this procedure is to store the specified socket options in
{ the TCP socket interface layer in the given channel connection.  This
{ procedure is meant for accept or connect sockets only.  The new socket
{ options are sent to the communications device.
{
{       NLP$SK_TCP_SET_SOCKET_OPTIONS (CONNECTION_ID, GRACEFUL_CLOSE,
{             TRAFFIC_PATTERN, STATUS)
{
{ CONNECTION_ID: (input)  This parameter specifies the channel connection
{       identifier.
{
{ GRACEFUL_CLOSE: (input)  This parameter specifies the graceful close option.
{
{ TRAFFIC_PATTERN: (input)  This parameter specifies the traffic pattern
{       option.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:
{             nae$sk_socket_disconnected
{             nae$sk_socket_terminated
{
