Hello,
I was looking for information on pf.os and I saw this line:

[https://github.com/openbsd/src/blob/b3a435bde0bccb6b71ef64b328cf31818c65ff00/etc/pf.os#L620](https://github.com/openbsd/src/blob/b3a435bde0bccb6b71ef64b328cf31818c65ff00/etc/pf.os#L620C1-L621C1)
32696:128:0:40:M1460: Spirent:Avalanche::Spirent Web Avalanche HTTP 
benchmarking engine

here the "packet size" is set to `40` but there's also the TCP MSS option 
(which takes 4 octets)
if we take into account the minimum size of IP + TCP headers (20+20) packet 
size should be a minimum of 44, right? or is the TCP MSS option an error and 
should be "." ?

Reply via email to