[LBBS-168] net_tap: Support delivery of batched pages
Right now, pages sent via TAP are sent one at a time, even if
- multiple pages to the same destination are queued
- There is initially one page queued, but while the first page is being sent, another page arrives in queue to send over the same connection
In both cases, we should reuse the connection that is already up, rather than unnecessarily establishing new connections.
Comments
You must be logged in to leave a comment.