Skip to content

Commit

Permalink
Upgrade lwip to 2.0.0 to fix the keepalive bug #456.
Browse files Browse the repository at this point in the history
whitequark committed Jun 21, 2016
1 parent 88d6d0d commit 5c54a6a
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion artiq/runtime/liblwip/Makefile
Original file line number Diff line number Diff line change
@@ -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 \
2 changes: 1 addition & 1 deletion artiq/runtime/lwip
Submodule lwip updated 388 files

0 comments on commit 5c54a6a

Please sign in to comment.