tcp_pcb::persist_probe is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcp_pcb::persist_probe field

Syntax

u8_t persist_probe;

References

LocationReferrerText
tcp.h:380
u8_t persist_probe;
tcp.c:1238tcp_slowtmr()
if (pcb->persist_probe >= TCP_MAXRTX) {
tcp_in.c:848tcp_process()
pcb->persist_probe = 0;
tcp_out.c:1315tcp_output()
pcb->persist_probe = 0;
tcp_out.c:2149tcp_zero_window_probe()
if (pcb->persist_probe < 0xFF) {
tcp_out.c:2150tcp_zero_window_probe()
++pcb->persist_probe;

Data Use

Functions writing tcp_pcb::persist_probe
Functions reading tcp_pcb::persist_probe
tcp_pcb::persist_probe
Type of tcp_pcb::persist_probe
tcp_pcb::persist_probe
all items filtered out