aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2020-08-29 19:50:26 +0800
committerDavid S. Miller <davem@davemloft.net>2020-08-31 12:38:48 -0700
commitff007a9ba2a6ce5bcc42733239283befbdde1bb7 (patch)
tree4b4ae89f3e9f4ed80819eb952f8b182706b96408 /net/tipc/socket.c
parentmptcp: Remove unused macro MPTCP_SAME_STATE (diff)
downloadlinux-dev-ff007a9ba2a6ce5bcc42733239283befbdde1bb7.tar.xz
linux-dev-ff007a9ba2a6ce5bcc42733239283befbdde1bb7.zip
tipc: Remove unused macro TIPC_FWD_MSG
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/socket.c')
-rw-r--r--net/tipc/socket.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c
index 2679e97e0389..fd5bfaab8661 100644
--- a/net/tipc/socket.c
+++ b/net/tipc/socket.c
@@ -52,7 +52,6 @@
#define NAGLE_START_MAX 1024
#define CONN_TIMEOUT_DEFAULT 8000 /* default connect timeout = 8s */
#define CONN_PROBING_INTV msecs_to_jiffies(3600000) /* [ms] => 1 h */
-#define TIPC_FWD_MSG 1
#define TIPC_MAX_PORT 0xffffffff
#define TIPC_MIN_PORT 1
#define TIPC_ACK_RATE 4 /* ACK at 1/4 of of rcv window size */