mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
fixed bug #31723 (tcp_kill_prio() kills pcbs with the same prio) by updating its documentation only.
This commit is contained in:
parent
4002aef594
commit
6a4c30fe5d
@ -28,6 +28,10 @@ HISTORY
|
||||
++ Bugfixes:
|
||||
|
||||
2011-06-26: Simon Goldschmidt
|
||||
* tcp.c: fixed bug #31723 (tcp_kill_prio() kills pcbs with the same prio) by
|
||||
updating its documentation only.
|
||||
|
||||
2011-06-26: Simon Goldschmidt
|
||||
* mem.c: fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an
|
||||
unaligned pointer.
|
||||
|
||||
|
@ -1142,7 +1142,8 @@ tcp_recv_null(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err)
|
||||
#endif /* LWIP_CALLBACK_API */
|
||||
|
||||
/**
|
||||
* Kills the oldest active connection that has lower priority than prio.
|
||||
* Kills the oldest active connection that has the same or lower priority than
|
||||
* 'prio'.
|
||||
*
|
||||
* @param prio minimum priority
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user