]> 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:14:43 +0000 (17:14 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 9 Jan 2013 00:14:43 +0000 (17:14 -0700)
commitb4956717b0b0abf89cefa5cf73721276207ee6f3
tree73de6eff20acb1650fe71fe7d736652e69e67b12
parentbab4b7778eb9436d1e42933743a985c1056062eb
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