Documentation: fix sctp_wmem in ip-sysctl.rst
authorXin Long <lucien.xin@gmail.com>
Thu, 21 Jul 2022 14:35:46 +0000 (10:35 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 24 Jul 2022 20:41:58 +0000 (21:41 +0100)
commitaa709da0e032cee7c202047ecd75f437bb0126ed
tree3c26eb430d81e2e697f4a8e867b2c75d0f906ffa
parentf6336724a4d4220c89a4ec38bca84b03b178b1a3
Documentation: fix sctp_wmem in ip-sysctl.rst

Since commit 1033990ac5b2 ("sctp: implement memory accounting on tx path"),
SCTP has supported memory accounting on tx path where 'sctp_wmem' is used
by sk_wmem_schedule(). So we should fix the description for this option in
ip-sysctl.rst accordingly.

v1->v2:
  - Improve the description as Marcelo suggested.

Fixes: 1033990ac5b2 ("sctp: implement memory accounting on tx path")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.rst