mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Don't document tcp_send_empty_ack and tcp_keepalive - users should never need them
This commit is contained in:
parent
5a09fd3e35
commit
5c0944e01a
@ -876,7 +876,6 @@ tcp_build_wnd_scale_option(u32_t *opts)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @ingroup tcp_raw
|
||||
* Send an ACK without data.
|
||||
*
|
||||
* @param pcb Protocol control block for the TCP connection to send the ACK
|
||||
@ -1469,7 +1468,6 @@ tcp_rexmit_fast(struct tcp_pcb *pcb)
|
||||
|
||||
|
||||
/**
|
||||
* @ingroup tcp_raw
|
||||
* Send keepalive packets to keep a connection active although
|
||||
* no data is sent over it.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user