-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link speed capped at 480Mbps #130
Comments
What RNDIS USB-3 cable are you using?
Is your problem displayed speed or the actual measured transfer speed?
…On Wed, Oct 28, 2020 at 3:23 AM Saehanseul Yi ***@***.***> wrote:
Thanks for the driver! I appreciate your work.
I have an RNDIS cable that supports USB3 interface and thus it can support
the speed up to 5Gbps.
I'm using it to connect two computers. I'm aware of the fact that this is
not the purpose of HoRNDIS but I could use your help.
On Windows side, the Ethernet(over USB) link speed is indeed 5Gbps.
On macOS side, it is capped at 480Mbps (in Network Utility)
I found out that the max speed(480Mbps) is hard-coded in HoRNDIS source
code.
medium = IONetworkMedium::medium(kIOMediumEthernetAuto, 480 * 1000000);
The maximum speed I could get by playing with this was 705.033 Mbps.
Is there any RNDIS or USB parameters to increase the link speed?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#130>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALJH5GRVJAHDCYUCU2X3RTSM7WIRANCNFSM4TCDYE7Q>
.
--
Belcarra Embedded USB Software
Stuart_Lynne <sl@belcarra.com> 604-461-7532
Alternates: 604-283-7475 and 604-518-1749(cell)
http://usblan.belcarra.com http://www.belcarra.com
|
I'm using Streaming Cable from LattePanda.. Well, I felt some lagging in remote desktop but the actual file transfer speed was 50MB/s. |
I would also want to find a way for faster speed. Which seems are max speeds of USB 2.0 Maybe there is a way to get to speed of USB 3.0 ? |
Thanks for the driver! I appreciate your work.
I have an RNDIS cable that supports USB3 interface and thus it can support the speed up to 5Gbps.
I'm using it to connect two computers. I'm aware of the fact that this is not the purpose of HoRNDIS but I could use your help.
On Windows side, the Ethernet(over USB) link speed is indeed 5Gbps.
On macOS side, it is capped at 480Mbps (in Network Utility)
I found out that the max speed(480Mbps) is hard-coded in HoRNDIS source code.
medium = IONetworkMedium::medium(kIOMediumEthernetAuto, 480 * 1000000);
The maximum speed I could get by playing with this was 705.033 Mbps.
Is there any RNDIS or USB parameters to increase the link speed?
The text was updated successfully, but these errors were encountered: