mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
again bug #26069: Documentation of tcp_connect() incorrectly describes handling of errors
This commit is contained in:
parent
974f6982a1
commit
e7f3224091
@ -718,7 +718,8 @@ again:
|
||||
* @param pcb the tcp_pcb used to establish the connection
|
||||
* @param ipaddr the remote ip address to connect to
|
||||
* @param port the remote tcp port to connect to
|
||||
* @param connected callback function to call when connected (or on error)
|
||||
* @param connected callback function to call when connected (on error,
|
||||
the err calback will be called)
|
||||
* @return ERR_VAL if invalid arguments are given
|
||||
* ERR_OK if connect request has been sent
|
||||
* other err_t values if connect request couldn't be sent
|
||||
|
Loading…
Reference in New Issue
Block a user