Browse Source

Correct commented description of do_recv().

Reported by Charles Landau on lwip-users.
STABLE-2_1_x
jifl 18 years ago
parent
commit
1f3fe200df
  1. 2
      src/api/api_msg.c

2
src/api/api_msg.c

@ -902,7 +902,7 @@ do_send(struct api_msg_msg *msg)
}
/**
* Recv some data from a RAW or UDP pcb contained in a netconn
* Indicate data has been received from a TCP pcb contained in a netconn
* Called from netconn_recv
*
* @param msg the api_msg_msg pointing to the connection

Loading…
Cancel
Save