Hi; In a network driver, we have two tasks: receiver and transmitter. These two tasks have priority, same as other tasks in the system. Is priority of these two tasks fixed throughout execution or changed according to priorities of tasks blocked for network operations? (same as priority ceiling or inheritance in semaphore blocking) Thanks.