lwip/src
David van Moolenbroek 3d80e51b2a tcp: eliminate some redundant route lookups
Now that tcp_connect() always determines the outgoing netif with a
route lookup, we can compute the effective MSS without doing the same
route lookup again. The outgoing netif is already known from one
other location that computes the MSS, so we can eliminate a redundant
route lookup there too. Reduce some macro clutter as a side effect.
2017-02-03 22:30:08 +01:00
..
api Add support for IPv6 address scopes 2017-02-03 22:29:57 +01:00
apps Minor code readability improvement in mqtt.c 2017-01-15 09:22:13 +01:00
core tcp: eliminate some redundant route lookups 2017-02-03 22:30:08 +01:00
include tcp: eliminate some redundant route lookups 2017-02-03 22:30:08 +01:00
netif Add support for IPv6 address scopes 2017-02-03 22:29:57 +01:00
Filelists.mk Rename if.c to if_api.c 2017-02-02 08:59:50 -06:00
FILES update some FILES list files 2016-08-03 20:21:54 +02:00