{
{    The purpose of this request is to change the profile of the corresponding
{ TCP socket.
{
{       NLP$TCP_SET_SOCKET_OPTIONS (CL_CONNECTION, GRACEFUL_CLOSE,
{             TRAFFIC_PATTERN, STATUS)
{
{ CL_CONNECTION: (input, output)  This parameter specifies the interlayer
{       connection that is associated with the transport access agent
{       connection on which the options are to be sent.
{
{ GRACEFUL_CLOSE: (input)  This parameter specifies whether the connection will
{       be closed semi-gracefully.  If the connection is to be closed
{       gracefully, all data sent before the connection is closed will be
{       delivered to the communicating peer.
{
{ TRAFFIC_PATTERN: (input)  This parameter specifies the anticipated flow of
{       data over the connection.
{
{ STATUS: (output) This parameter specifies the request status.
{     CONDITION:
{           nae$tcp_socket_not_open
{           nae$tcp_socket_terminated
{
