IRCD: Unreal3.1.1-Darkshades
Decription:
"/stats Y" allways reports the maximum send queue
specified in Settings file instead of the size set in
ircd.conf for the corresponding Y line.
I roughly viewed the code but couldn't find the error.
Seems to be a parsing error...was to lazy to switch
debug on an check it ;-)
A fix for that would be nice even if it's corrected in
3.2
Example:
Y 0 120 600 1 3000000
Y 100 90 0 0 3000000
Y 82 240 120 1 3000000
Y 81 180 90 1 3000000
Y 80 60 60 1 3000000
Y 72 240 0 0 3000000
Y 71 120 0 0 3000000
Y 70 60 0 0 3000000
Y 62 120 90 1 3000000
Y 61 60 60 1 3000000
Y 60 40 60 1 3000000
...
vs.
...
Y:60:40:60:1:4000000
Y:61:60:60:1:4000000
Y:62:120:90:1:4000000
Y:70:60:0:0:2000000
Y:71:120:0:0:2200000
Y:72:240:0:0:2200000
Y:80:60:60:1:3000000
Y:81:180:90:1:3000000
Y:82:240:120:1:3000000
Y:100:90:0:0:3500000
Greetz Exx0n
Logged In: NO
Use twice : in Y Line! like.. Y:100:90:0:0::3500000