Author: cyrus Date: 2015-10-07 23:11:24 +0200 (Wed, 07 Oct 2015) New Revision: 47160
Modified: trunk/package/base-files/Makefile trunk/package/base-files/files/etc/sysctl.conf Log: base-files: revert to default ECN settings Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/base-files/Makefile =================================================================== --- trunk/package/base-files/Makefile 2015-10-07 12:12:48 UTC (rev 47159) +++ trunk/package/base-files/Makefile 2015-10-07 21:11:24 UTC (rev 47160) @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=160 +PKG_RELEASE:=161 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host usign/host Modified: trunk/package/base-files/files/etc/sysctl.conf =================================================================== --- trunk/package/base-files/files/etc/sysctl.conf 2015-10-07 12:12:48 UTC (rev 47159) +++ trunk/package/base-files/files/etc/sysctl.conf 2015-10-07 21:11:24 UTC (rev 47160) @@ -7,7 +7,6 @@ net.ipv4.icmp_echo_ignore_broadcasts=1 net.ipv4.icmp_ignore_bogus_error_responses=1 net.ipv4.igmp_max_memberships=100 -net.ipv4.tcp_ecn=0 net.ipv4.tcp_fin_timeout=30 net.ipv4.tcp_keepalive_time=120 net.ipv4.tcp_syncookies=1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
