#! /bin/sh

#Copyright (c) 2012 Qualcomm Technologies, Inc.  All Rights Reserved.
#Qualcomm Technologies Proprietary and Confidential.

#The init script sets the following procfs entry to 1
#/proc/sys/net/netfilter/nf_conntrack_tcp_be_liberal
#to prevent out of order acknowledgements from making
#connection tracking to treat them as not belonging to
#the connection they belong to. Otherwise, a weird issue
#happens in which some long connections on high-throughput
#links get dropped when an ack packet comes out of order.

echo 1 > /proc/sys/net/netfilter/nf_conntrack_tcp_be_liberal
