conncache: move the connection counter to the cache struct
The static connection counter caused a race condition. Moving the connection id counter into conncache solves it, as well as simplifying the related logic.
parent
d5d98c12
Please register or sign in to comment