unbound: Enable TCP fast open 6180/head
authorToke Høiland-Jørgensen <toke@toke.dk>
Sun, 3 Jun 2018 23:20:49 +0000 (01:20 +0200)
committerToke Høiland-Jørgensen <toke@toke.dk>
Mon, 4 Jun 2018 07:19:23 +0000 (09:19 +0200)
This can reduce the lookup times for TCP lookups with a full RTT for
supported servers.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
net/unbound/Makefile

index a846ca699b8f28a0d6cdf291b526e63deda1c572..cc8edc45be18a84966965fb12f90de8838b7dd08 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
 PKG_VERSION:=1.7.1
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE
@@ -113,6 +113,8 @@ CONFIGURE_ARGS += \
        --disable-dsa \
        --disable-gost \
        --enable-allsymbols \
+       --enable-tfo-client \
+       --enable-tfo-server \
        --with-libexpat="$(STAGING_DIR)/usr" \
        --with-ssl="$(STAGING_DIR)/usr" \
        --with-pidfile=/var/run/unbound.pid \