jiegec / usbip

A Rust library to run a USB/IP server
MIT License
278 stars 26 forks source link

Constrain endpoint writes to maximum buffer size of endpoint. #9

Closed jamesadevine closed 1 year ago

jamesadevine commented 1 year ago

A device should not return more than the maximum transfer size of the endpoint. In my experience, usbip on the client terminates the connection when this condition occurs.