commit | 9c28286b1b4b9bce6e35dd4c8a1265f03802a89a | [log] [tgz] |
---|---|---|
author | Gao Feng <fgao@ikuai8.com> | Sat Mar 04 22:10:28 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 07 14:07:55 2017 -0800 |
tree | 643aec55092216c16398de304c1c20f4d782bf86 | |
parent | 57dacfedf856c475a10890c1f8ebcc1c63473cd1 [diff] |
decnet: Use TCP nagle macro instead of literal number in decnet 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 <fgao@ikuai8.com> Signed-off-by: David S. Miller <davem@davemloft.net>