On Wednesday, March 9, 2016, Kurt McCullum <[email protected]> wrote:

> John,
>
> I notice it most when listing the contents of a directory. When I transfer
> a file it is slightly slower but not much. I think New-Dos has ways around
> the delay by checking to see if the number of bytes have been received but
> I'm not 100% certain of that.
>
> Kurt
>
>
>

Interesting. So increasing packet size wouldn't help because the directory
enumeration would still be small messages.

We could design an extension where multiple directory entries are packed
into a single response.

Barring that I suspect Bluetooth is buffering small packets to make larger
messages. The directory traversal message is very short so the Bluetooth
device may be waiting to see if we're going to send any more so it can
build up a larger packet. We're not so we end up incurring that batching
wait every time.

That might be configurable in the Bluetooth device so that it will wait
less time to batch a message.  Assuming that's what's happening

-- John.

Reply via email to