diff options
| author | 2006-11-20 19:19:32 -0200 | |
|---|---|---|
| committer | 2006-12-02 21:24:42 -0800 | |
| commit | 82e3ab9dbeebd5c8d5402ad1607d22086271a56d (patch) | |
| tree | 23f66bf5a801fc80024f19f502142a2e1927c992 /include/linux/sysctl.h | |
| parent | [DCCP] CCID3: Remove non-referenced variable (diff) | |
| download | linux-dev-82e3ab9dbeebd5c8d5402ad1607d22086271a56d.tar.xz linux-dev-82e3ab9dbeebd5c8d5402ad1607d22086271a56d.zip | |
[DCCP]: Adds the tx buffer sysctls
This one got lost on the way from Ian to Gerrit to me, fix it.
Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 2e8c5ad82793..61dd99c6c2a5 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -617,6 +617,7 @@ enum { NET_DCCP_DEFAULT_REQ_RETRIES = 7, NET_DCCP_DEFAULT_RETRIES1 = 8, NET_DCCP_DEFAULT_RETRIES2 = 9, + NET_DCCP_DEFAULT_TX_QLEN = 10, }; /* /proc/sys/net/ipx */ |
