]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3731: TOS setsockopt() requires int value
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 9 Jan 2013 00:12:02 +0000 (17:12 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 9 Jan 2013 00:12:02 +0000 (17:12 -0700)
commit7e1e6bf3bfaf0dc269323a011abdc8e3c206d324
tree2d22e854c5f4d9c0cdb4dbf448e26baca91d5b26
parent61d8c083e3b1b998d3d9d914a1d01b11a76a5e35
Bug 3731: TOS setsockopt() requires int value

FreeBSD is confirmed errors on 8-bit variable size. Other BSD are
documented in a way that implies they do as well, although not at this
stage confirmed to be failing.

Linux seems to be the only confirmed system working with 8-bit size sent
to setsockopt(). So we revert this to 'int' (32-bit or 64-bit) as was
working in Squid 3.1.
src/ip/Qos.cci