]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Pop all pending control messages when the read event fires
authorNick Porter <nick@portercomputing.co.uk>
Mon, 8 Sep 2025 15:47:53 +0000 (16:47 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 17 Sep 2025 14:06:40 +0000 (15:06 +0100)
commitd82be634177e15993a4ad4932c785c797ccd52e8
tree3ccf99f014d923f80eba857805b42d0a909340c7
parentb5f8b5457fe3953e25883d34810a1e22b2cec48c
Pop all pending control messages when the read event fires

Under extreme load not all messages get popped, eventually leading to a
full ring buffer and so collapse of the control signalling.
src/lib/io/control.c