windowsair
16f8b53a76
refactor(network): Refactor usbip and tcp process code
...
In previous versions, parsing of the usbip protocol was implemented
via a global state machine and shared with elaphureLink.
The refactored code removes these global state machines and handles them
with the corresponding protocol header commands.
2024-02-16 18:46:50 +08:00
windowsair
40778a7dc6
feat: Add elaphureLink support
2022-07-22 19:04:47 +08:00
windowsair
c7fa99c7ca
feat(usbip): Add kcp support
2021-10-09 17:17:09 +08:00
windowsair
9876edd6ef
chore: Refactor build dependencies
2021-06-05 22:10:29 +08:00
windowsair
c4bacc62ce
refactor: Cache friendly
2021-04-08 22:29:01 +08:00
windowsair
f39c6f6c06
feat: Improve tcp performance
2021-03-28 19:33:13 +08:00
windowsair
50079136ab
fix: Fix some simple bugs (spelling errors, etc.)
2020-01-27 10:49:29 +08:00
windowsair
957cc01656
fix: C-style structure definition & other details improvements
2020-01-24 16:41:15 +08:00
windowsair
a6a5e6ec0c
feat: USBIP & Standard USB Descriptor Definitions
...
1. Add Standard USB Descriptor Definitions
2. USBIP stage1 completed
2020-01-23 21:55:51 +08:00
windowsair
a15f873744
feat: Add USBIP component (partially completed)
2020-01-22 22:06:29 +08:00