Attention is currently required from: arehbein.
2 comments:
File src/osmo-bsc/bsc_vty.c:
I suppose it's possible to check if the current wqueue length is larger than the new maximum right i […]
If you set a maximum len on a queue, you definettly don't want your queue to be in a state where the len is over that maximum.
File src/osmo-bsc/bsc_vty.c:
Patch Set #4, Line 2486: net->pcu_state->upqueue.max_length = net->pcu_sock_wqueue_len_max;
use wqueue API which internally drops enqueued messages > max
To view, visit change 33892. To unsubscribe, or for help writing mail filters, visit settings.