mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
Fix comment in tcp.c
This commit is contained in:
parent
7396d8818b
commit
1dea649cff
@ -1505,7 +1505,7 @@ tcp_new(void)
|
|||||||
* place it on any of the TCP PCB lists.
|
* place it on any of the TCP PCB lists.
|
||||||
* The pcb is not put on any list until binding using tcp_bind().
|
* The pcb is not put on any list until binding using tcp_bind().
|
||||||
*
|
*
|
||||||
* @param IP address type, see IPADDR_TYPE_XX definitions.
|
* @param type IP address type, see IPADDR_TYPE_XX definitions.
|
||||||
* @return a new tcp_pcb that initially is in state CLOSED
|
* @return a new tcp_pcb that initially is in state CLOSED
|
||||||
*/
|
*/
|
||||||
struct tcp_pcb *
|
struct tcp_pcb *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user