nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ NRF_SO_TCP_SRV_SESSTIMEO

#define NRF_SO_TCP_SRV_SESSTIMEO   55

#include <nrf_modem/include/nrf_socket.h>

Configure the TCP server session inactivity timeout for a socket.

The timeout value is specified in minutes. The allowed range is 0 (no timeout) to 135 (2 h 15 min).

The default value is 0 (no timeout).

Note
This option must be set on the listening socket, but it can be overridden on the accepting socket afterwards.