Use LIST rather than TAILQ for bufferevent_rate_limit_group members Once again, there's no reason to keep these lists in the order we were keeping them in. Every time we needed to traverse them for any important purpose, we started at a random point anyway.