Skip to content

Commit

Permalink
Revert "runtime: disable lwip TCP keepalive."
Browse files Browse the repository at this point in the history
This reverts commit 0db6ef0.
whitequark committed Jun 21, 2016
1 parent 0db6ef0 commit cae6e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/runtime/liblwip/lwipopts.h
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ a lot of data that needs to be copied, this should be set high. */

/* ---------- TCP options ---------- */
#define LWIP_TCP 1
#define LWIP_TCP_KEEPALIVE 0
#define LWIP_TCP_KEEPALIVE 1
#define TCP_KEEPIDLE_DEFAULT 1250
#define TCP_KEEPINTVL_DEFAULT 1000
#define TCP_KEEPCNT_DEFAULT 3

0 comments on commit cae6e86

Please sign in to comment.