repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git]
/
sockstress
/
sockstress.install
blob
67e3ddb480d24cb7f4280b25409de5b018544216
1
post_install() {
2
echo "In order to disallow *NIX to send back ACK/RST's (it doesn't take kindly to arbitrary SYN/ACK packets)"
3
echo "You should run the following snippet:"
4
echo ""
5
echo " iptables -A OUTPUT -p tcp --tcp-flags RST,ACK,SYN RST -j DROP"
6
echo ""
7
/bin/true
8
}
9