mbedTLS
MBEDTLS_NET_LISTEN_BACKLOG
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_NET_LISTEN_BACKLOG
MBEDTLS_NET_LISTEN_BACKLOG macro
The backlog that listen() should use.
Syntax
Show:
Summary
Declaration
from
net_sockets.h:64
#define
MBEDTLS_NET_LISTEN_BACKLOG
10
Examples
References
from
examples
Code
Location
#define
MBEDTLS_NET_LISTEN_BACKLOG
10
/**< The backlog that listen() should use. */
net_sockets.h:64
if
(
listen
(
fd
,
MBEDTLS_NET_LISTEN_BACKLOG
)
!=
0
)
{
net_sockets.c:171
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out