Displaying 1 result from an estimated 1 matches for "1839b".
Did you mean:
1839
2004 Apr 16
1
tcng and ip_len
...tcp_dport == 81 && !( ip_len & 0xfe00 )
;
or
if tcp_dport == 81 && ip_len < 512
Both rules match any packet I send to port 81, even when the total IP length
is much greater than 512 bytes:
class htb 2:4 parent 2:1 leaf 5: prio 1 rate 8000bps ceil 24000bps burst 6Kb
cburst 1839b
Sent 244592 bytes 168 pkts (dropped 0, overlimits 0)
rate 932bps
lended: 94 borrowed: 74 giants: 0
tokens: -72884 ctokens: 22937
244592 / 168 = 1455.9 bytes/packet
I captured the traffic to verify the packets indeed were greater than 512
bytes.
If anyone knows what I''m doing wrong,...