Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor10929151092915 NetSock_CfgTimeoutConnCloseDflt() (TCP) Anchor10929161092916Set socket’s connection close timeout to configured-default value.anchor10929171092917

Files

Anchor10929181092918net_sock.h/net_sock.c Anchor10929191092919

Prototype

NET_ERR *perr);
HTML Table
summary
classCode_Listing
Table Row (tr)
Table Cell (td)
rowspan2
Anchor
11237471123747
Code Block
          CPU_BOOLEAN NetSock_CfgTimeoutConnCloseDflt(NET_SOCK_ID  sock_id,
Anchor
11237491123749
Table Row (tr)

...


                                                      NET_ERR     *p_err);

Arguments

sock_id

This is the socket ID returned by NetSock_Open()/socket() when the socket was created or by NetSock_Accept()/accept() when a connection was accepted.

Anchor10929241092924 perr Anchor12569581256958p_err

Pointer to variable that will receive the return error code from this function:

...

NET_SOCK_ERR_NONE

...


NET_SOCK_ERR_NOT_USED

...

NET_SOCK_ERR_INVALID_SOCK

...

NET_

...

INIT

...

_ERR_

...

NOT_COMPLETED
NET_

...

ERR_

...

FAULT_LOCK

...

_ACQUIRE

Returned Value

...

12246241224624DEF_OK, Anchor12569651256965

Socket connection close configured-default timeout successfully set;

...

12246251224625DEF_FAIL, Anchor12569721256972

otherwise.

...

Required Configuration

...

Available only if if NET_TCP_CFG_TRANSPORT_LAYER_SEL is configured for TCP (see section D-12-1 on page 755). Anchor10929351092935EN is enabled (see section TCP Layer Configuration).

Notes / Warnings

...

None.