From: f...@ikuai8.com
Date: Sat, 4 Mar 2017 22:10:28 +0800
> From: Gao Feng
>
> Use existing TCP nagle macro TCP_NAGLE_OFF and TCP_NAGLE_CORK instead
> of the literal number 1 and 2 in the current decnet codes.
>
> Signed-off-by: Gao Feng
Applied.
From: Gao Feng
Use existing TCP nagle macro TCP_NAGLE_OFF and TCP_NAGLE_CORK instead
of the literal number 1 and 2 in the current decnet codes.
Signed-off-by: Gao Feng
---
net/decnet/af_decnet.c | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/net/decnet/af_dec