hi to all.. if the queue size is reached to a threshold level i have to intimate the upstream router.. in this case how do i get the queue size
i have set a threshold value q_threshold
if(queue_size=q_threshold){
take an
action to intimate the upstream router
}
