LwIP
TCP_SLOW_INTERVAL
is only used within LwIP.
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
STM32 Libraries and Samples
LwIP
TCP_SLOW_INTERVAL
TCP_SLOW_INTERVAL macro
Syntax
Show:
Summary
Declaration
from
tcp_priv.h:128
#define
TCP_SLOW_INTERVAL
(
2
*
TCP_TMR_INTERVAL
)
Examples
References
from
examples
Code
Location
#define
TCP_SLOW_INTERVAL
(
2
*
TCP_TMR_INTERVAL
)
/* the coarse grained timeout in milliseconds */
tcp_priv.h:128
(
(
LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT
+
TCP_SLOW_INTERVAL
-
1
)
/
TCP_SLOW_INTERVAL
)
+
1
;
api_lib.c:211
(
(
LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT
+
TCP_SLOW_INTERVAL
-
1
)
/
TCP_SLOW_INTERVAL
)
+
1
;
api_lib.c:1108
TCP_FIN_WAIT_TIMEOUT
/
TCP_SLOW_INTERVAL
)
{
tcp.c:1321
(
pcb
->
keep_idle
+
TCP_KEEP_DUR
(
pcb
)
)
/
TCP_SLOW_INTERVAL
)
{
tcp.c:1333
/
TCP_SLOW_INTERVAL
)
{
tcp.c:1342
TCP_SYN_RCVD_TIMEOUT
/
TCP_SLOW_INTERVAL
)
{
tcp.c:1364
if
(
(
u32_t
)
(
tcp_ticks
-
pcb
->
tmr
)
>
2
*
TCP_MSL
/
TCP_SLOW_INTERVAL
)
{
tcp.c:1372
if
(
(
u32_t
)
(
tcp_ticks
-
pcb
->
tmr
)
>
2
*
TCP_MSL
/
TCP_SLOW_INTERVAL
)
{
tcp.c:1445
pcb
->
rto
=
3000
/
TCP_SLOW_INTERVAL
;
tcp.c:1900
pcb
->
sv
=
3000
/
TCP_SLOW_INTERVAL
;
tcp.c:1901
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