mark tinguely wrote: > > Right now, ip_tos (and ipf_tos) is an 8 bit value, of which only > > the first 6 bits are used in the hash, while the hash value pass > > itself is a 32 bit value (in most cases: it's "unsigned"). I'd > > like to push the value into the same space as the src.s_addr > > feedback, which would have the net effect of making 2 more bits > > of the standard implementation useful. > > I have no complaints to your proposal. The question I had was: > what would happen when the high bits implement Early Congestion > Notification (RFC3168)? Wouldn't we want to mask off these bits > from the hash anyway?
Yes. It would be nice if such masking were explicit, so that the code could be read by mere mortals, though. 8-). -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message