Re: [PATCH] extend taskstats API to support networking accounts
From: David Miller <davem@davemloft.net> Date: 2012-02-23 08:34:39
From: Li Yu <redacted>
Date: Thu, 23 Feb 2012 16:22:23 +0800
This patch only records TCP/UDP/Raw-IP traffic so far, and adding
other protocol support is easy.
It shouldn't even be necessary to put any code into specific
protocols, it should instead be done at some generic location
so that all protocols are supported transparently.