bp100a / serial-usbipclient

USBIP client for CDC (Serial) devices
Other
1 stars 0 forks source link

Mock USBIP server run as a process #4

Closed bp100a closed 3 weeks ago

bp100a commented 1 month ago

Currently the Mock USBIP service runs as a thread. For maximum concurrency (and reduced latency) it should be a separate process.

bp100a commented 3 weeks ago

not needed. using select on all sockets "wakes up" the MockUSBIP server when I/O is sent.