Don't document tcp_send_empty_ack and tcp_keepalive - users should never need them

This commit is contained in:
Dirk Ziegelmeier 2016-08-09 10:17:16 +02:00
parent 5a09fd3e35
commit 5c0944e01a

View File

@ -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.
*