diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-08-29 19:52:14 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-31 12:39:07 -0700 |
commit | 622a63f6f3240ab716dc3018baa2cbbb75b2bc2a (patch) | |
tree | 8f6e80b0c2dc7fa1a69ea7d171b6f179745b6fc8 /net/tipc | |
parent | ff007a9ba2a6ce5bcc42733239283befbdde1bb7 (diff) |
tipc: Remove unused macro TIPC_NACK_INTV
There is no caller in tree any more.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc')
-rw-r--r-- | net/tipc/link.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c index b7362556da95..a2989f22ebb6 100644 --- a/net/tipc/link.c +++ b/net/tipc/link.c @@ -216,11 +216,6 @@ enum { #define TIPC_BC_RETR_LIM (jiffies + msecs_to_jiffies(10)) #define TIPC_UC_RETR_TIME (jiffies + msecs_to_jiffies(1)) -/* - * Interval between NACKs when packets arrive out of order - */ -#define TIPC_NACK_INTV (TIPC_MIN_LINK_WIN * 2) - /* Link FSM states: */ enum { |