1. Should I try to match the QOS bandwidth limit on the AP's?
2. Will I get better processing time?
3. Overall,,, is using an exact buffer
a bad idea?
schedulers {
be-scheduler {
transmit-rate exact;
buffer-size exact;
priority low;
}
ef-scheduler {
transmit-rate exact;
buffer-size exact;
priority high;
}
af-scheduler {
transmit-rate exact;
buffer-size exact;
priority high;
}
nc-scheduler {
transmit-rate exact;
buffer-size exact;
priority low;
}
}
}