blob: 13d20b6b70dea8250fc9783d7830fee0d4fbf44d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
set reassemble yes no-df
set reassemble no
match scrub(no-df)
match scrub(min-ttl 25)
match scrub(max-mss 224)
match scrub(no-df max-mss 224)
match set tos lowdelay
match out proto esp set tos throughput
match out proto ah set tos reliability
match out proto icmp set tos 0x12
match out all tagged THROUGHPUT set tos throughput
|