Re: pf firewall packet size

2021-03-11 Thread Kevin Chadwick
> > > There is just small ACK packets left. I wonder what is solution for > small packets in OpenBSD Checkout set prio in pf.conf...TCP ACKs with no data payload

pf firewall packet size

2021-03-11 Thread da...@hajes.org
Hi guys, I am trying to find out way how to port my Linux netfilter into OpenBSD pf. I want to prioritize small new SYN connection SYN/ACK, ACK. In Linux I simply set a packet size 0-128 bytes that covers usual 3-way handshake. This simple rule makes all faster. There seems to be no "packet

Re: pf firewall packet size

2021-03-11 Thread Daniel Melameth
On Thu, Mar 11, 2021 at 12:33 PM da...@hajes.org wrote: > I am trying to find out way how to port my Linux netfilter into OpenBSD pf. > > I want to prioritize small new SYN connection SYN/ACK, ACK. > > In Linux I simply set a packet size 0-128 bytes that covers usual 3-way > handshake. This simple

pf firewall packet size

2021-03-11 Thread da...@hajes.org
Hi guys, I am trying to find out way how to port my Linux netfilter into OpenBSD pf. I want to prioritize small new SYN connection SYN/ACK, ACK. In Linux I simply set a packet size 0-128 bytes that covers usual 3-way handshake. This simple rule makes all faster. There seems to be no "packet