Luis Piñeiro Tue, 29 May 2012 10:12:16 -0700
Hi Yuwen, Try statistic extension. For example, to drop every second segment in http connection:
# iptables -A INPUT -p tcp --sport 80 -m statistic --mode nth --every 2 -j DROP