Upgrade lwip to 2.0.0 to fix the keepalive bug #456.

release-1
whitequark 2016-06-21 14:47:12 +00:00 committed by Sebastien Bourdeauducq
parent f0ac0b78c1
commit 43d0bddc9f
2 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,7 @@ COREFILES=core/mem.c \
core/raw.c \
core/stats.c \
core/sys.c \
core/ip.c \
core/tcp.c \
core/tcp_in.c \
core/tcp_out.c \
@ -29,7 +30,8 @@ CORE4FILES=core/ipv4/icmp.c \
core/ipv4/ip_frag.c
# NETIFFILES: Files implementing various generic network interface functions.
NETIFFILES=netif/etharp.c
NETIFFILES=netif/etharp.c \
netif/ethernet.c
PPPFILES=netif/ppp/auth.c \
netif/ppp/fsm.c \

@ -1 +1 @@
Subproject commit e448a9a4a976a6bc3091e3f22309ae3e6c089351
Subproject commit 33955c636d17bee230cde746a92e1cff11a7a177