[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <p733avd25ee.fsf@bingen.suse.de>
Date: Sat, 10 Nov 2007 21:48:41 +0100
From: Andi Kleen <andi@...stfloor.org>
To: Eric Dumazet <dada1@...mosbay.com>
Cc: Herbert Xu <herbert@...dor.apana.org.au>,
YOSHIFUJI Hideaki / ‹g“¡‰p–¾
<yoshfuji@...ux-ipv6.org>, davem@...emloft.net,
netdev@...r.kernel.org
Subject: Re: UDP-Lite and /proc/net/snmp
Eric Dumazet <dada1@...mosbay.com> writes:
>
> I meant a netstat bug of course, sorry :(
>
> It fails to parse /proc/net/netstat , because TcpExt line is bigger
> than 1024 chars.
guilty -- i wrote that code a long time ago.
>
> To correct it, we might enlarge buf1[] and buf2[] from 1024 to 2048 in
> statistics.c, process_fd() function.
Or just split TcpExt: into multiple lines, e.g. with a TcpExt2:
No reason to have it all on a single line anyways.
I think that would be the better fix.
-Andi
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists