diff options
| author | Root THC | 2026-02-24 12:42:47 +0000 |
|---|---|---|
| committer | Root THC | 2026-02-24 12:42:47 +0000 |
| commit | c9cbeced5b3f2bdd7407e29c0811e65954132540 (patch) | |
| tree | aefc355416b561111819de159ccbd86c3004cf88 /other/burneye/src/conf/tmp/script3 | |
| parent | 073fe4bf9fca6bf40cef2886d75df832ef4b6fca (diff) | |
initial
Diffstat (limited to 'other/burneye/src/conf/tmp/script3')
| -rw-r--r-- | other/burneye/src/conf/tmp/script3 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/other/burneye/src/conf/tmp/script3 b/other/burneye/src/conf/tmp/script3 new file mode 100644 index 0000000..687d4a5 --- /dev/null +++ b/other/burneye/src/conf/tmp/script3 | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | { | ||
| 2 | net.icmp.sendrate = "25" | ||
| 3 | net.icmp.packetsize = "650" | ||
| 4 | |||
| 5 | net.icmp.send ( forked = "yes" ) | ||
| 6 | |||
| 7 | if (net.icmp.packetsize >= "600") { | ||
| 8 | if (net.icmp.sendrate >= "20") { | ||
| 9 | } else { | ||
| 10 | net.msg ( node = "$masternode" content = "too fast" ) | ||
| 11 | } | ||
| 12 | } else { | ||
| 13 | net.msg ( node = "$masternode" content = "done" ) | ||
| 14 | net.msg ( node = "$self" content = "foo" ) | ||
| 15 | } | ||
| 16 | |||
| 17 | havoc ( ) | ||
| 18 | shutdown ( node = "self" ) | ||
| 19 | } | ||
