#!/system/bin/sh

# disable TCP timestamps
sysctl -w net.ipv4.tcp_timestamps=0

exit 0
