Displaying 1 result from an estimated 1 matches for "fields4".
Did you mean:
fields
2006 Jan 04
0
tcng questions: TCP_ACK, ebtables
Hi all,
I have a couple of questions regarding tcng behavior.
First - I want to mark TCP_ACK packets as high priority, a common case. I
figured the tcp_ACK rule in fields4.tc would be enough but I''ve come
across Jason Boxman''s tutorial and he recommends using:
class( <$ack> )
if ip_len < 64 &&
ip_hl == 0x5 &&
(raw[33].b >> 4) & 0xff;
So basically the tcp_ACK rule doesn''t work? Has it b...