lwip/src
Dirk Ziegelmeier 4fc3770278 Remove special ARP reply optimization from etharp.c
- Code duplication with etharp_raw()
- No great effect on perfomance
- May make reworking PBUF handling code more complicated (see bug #49914)
- The check for p->type == PBUF_REF is a strange special case, too
- Simon also voted to remove it

(cherry picked from commit 47bac3c11f)
2017-02-27 12:17:40 +01:00
..
api Minor correction to last patch: Avoid #including socket.h in api_msg.c 2017-02-27 12:13:27 +01:00
apps Minor code readability improvement in mqtt.c 2017-02-27 12:14:46 +01:00
core Remove special ARP reply optimization from etharp.c 2017-02-27 12:17:40 +01:00
include tcp_out: Fix comment for last_unsent->oversize_left and tcp_pcb.unsent_oversize 2017-02-27 12:16:17 +01:00
netif
Filelists.mk task #14281: Add MQTT client 2016-12-20 09:16:21 +01:00
FILES