• Martin Blix Grydeland's avatar
    Use the REQ priority for incoming connection tasks by the acceptor · 18f5acc3
    Martin Blix Grydeland authored
    When accepting new incoming connections in the acceptor thread, it would
    schedule, they would be registered with the VCA priority. This priority is
    reserved for the acceptor thread itself, and specifically is not included
    in the TASK_QUEUE_CLIENT categorisation. This would interfere with the
    thread reserve pools.
    
    t02011.vtc had to be adjusted to account for the new priority
    categorisation of the initial request.
    18f5acc3