
15 Apr
2015
15 Apr
'15
12:19 p.m.
On 04/14/2015 12:59 PM, Michal Privoznik wrote:
The <inbound/> element to <bandwidth/> has several attributes from which two are mandatory. Well, from two at least one has to be present: @average or @floor or both. Instead of inventing crazy RNG schema, let's make all the attributes optional there and rely on our parsing code to correctly handle the situation.
Agreed. Using the RNG as a sanity check is nice, but it's easy to become obsessed with making it too picky. ACK.