[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [lwip-users] lwIP performance
From: |
Kieran Mansley |
Subject: |
RE: [lwip-users] lwIP performance |
Date: |
Thu, 04 Feb 2010 14:56:55 +0000 |
On Thu, 2010-02-04 at 09:40 -0500, Bill Auerbach wrote:
> Maybe I’m wrong, but MBS is MegaBytes/Sec and MbS is MegaBits/Sec.
> KBS is KiloBytes/Sec and KbS is KiloBits/Sec.
I'd stick a "/" or a "p" in there too:
Mbps = Mb/s = Mega bits per second
MBps = MB/s = Mega bytes per second
and so on.
> So you want 200KBS which is about 1600KbS, which is 1.6MbS. If I’ve
> got the math and numbers right here, then 200KBS this should not be a
> problem at all.
That's the performance he's getting, he wants to know if that is good or
bad and so whether he should spend time making it better.
Kieran