projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff007a9
)
tipc: Remove unused macro TIPC_NACK_INTV
author
YueHaibing
<yuehaibing@huawei.com>
Sat, 29 Aug 2020 11:52:14 +0000
(19:52 +0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 31 Aug 2020 19:39:07 +0000
(12:39 -0700)
There is no caller in tree any more.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/link.c
patch
|
blob
|
history
diff --git
a/net/tipc/link.c
b/net/tipc/link.c
index
b736255
..
a2989f2
100644
(file)
--- 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 {