On 01/11/2018 09:33, Quentin Rameau wrote:
>
> Is that a Linux‐only patch?
>
Hi Quentin,
It isn't anymore.
Regs,
John
On 01/11/2018 17:54, Markus Wichmann wrote:
> On Thu, Nov 01, 2018 at 04:12:40PM +0100, John Soros wrote:
>> Yes! This is much, much better! Thanks. Pity that it still doesn't work
>> on OpenBSD.
>
> If the info I gathered over the course of the last hour is correct, t
On 01/11/2018 15:04, John Soros wrote:
> On 01/11/2018 13:43, Markus Wichmann wrote:
>> On Thu, Nov 01, 2018 at 08:46:06AM +0100, John Soros wrote:
>>> config.def.h | 6 +
>>> x.c | 76
>>
On 01/11/2018 13:43, Markus Wichmann wrote:
> On Thu, Nov 01, 2018 at 08:46:06AM +0100, John Soros wrote:
>> config.def.h | 6 +
>> x.c | 76
>> 2 files changed, 82 insertions(+)
>>
>> diff --
config.def.h | 6 +
x.c | 76
2 files changed, 82 insertions(+)
diff --git a/config.def.h b/config.def.h
index 87ebdbb..265a4ff 100644
--- a/config.def.h
+++ b/config.def.h
@@ -467,3 +467,9 @@ static char ascii_printable[] =
diff --git a/components/netspeeds.c b/components/netspeeds.c
index 02c030e..1814d86 100644
--- a/components/netspeeds.c
+++ b/components/netspeeds.c
@@ -1,35 +1,70 @@
/* See LICENSE file for copyright and license details. */
#include
+#include
+#include
#include
#include "../util.h"
+#def
e noise.
On 13/10/2018 20:22, John Soros wrote:
> Hi.
> On my system (Linux z.y 4.18.12-200.fc28.x86_64 #1 SMP Thu Oct 4
> 15:46:35 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux) the netspeeds
> component of slstatus doesn't work at all. I get some Pib results for my
> wireless netw
Hi.
On my system (Linux z.y 4.18.12-200.fc28.x86_64 #1 SMP Thu Oct 4
15:46:35 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux) the netspeeds
component of slstatus doesn't work at all. I get some Pib results for my
wireless network card and just 0 for my ethernet card.
I don't exactly understand how and whe