msquic
msquic copied to clipboard
Try to send inline from DpRawTxEnqueue
Description
In CxPlatDpRawTxEnqueue, if we are enqueuing a TX packet onto a queue that's polled by the same thread, try to do send the packet inline if it has FIN bit set.
Testing
CI
Documentation
N/A
On our lola VMs, it seems to improve latency by a bit when response sizes are small. I used -requests:20.

Not much improvement regarding latency but throughput seems to be noticeably improved.