mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
c02aa759e6
- finished tx ack queue should be checked before new allocations - packets which got not sent must be released in packet stream, otherwise the network packet stream gets filled up and starves after a while - rRegister for ack avail packets and process them concurrently to EMT-* threads by nic_ep thread (thanks @Peter for the findings) + add synchronization. - add sigh_ready_to_submit to network adapter to improve latency by notifying the network model explicitly in case we had a full packet stream error case (_retry resp. VERR_TRY_LATER) Fixes #5045