* [PATCH iproute2 1/1] ss: remove duplicate assignment
@ 2017-12-11 21:24 Roman Mashak
2017-12-11 23:57 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Roman Mashak @ 2017-12-11 21:24 UTC (permalink / raw)
To: stephen; +Cc: jhs, netdev, Roman Mashak
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
---
misc/ss.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/misc/ss.c b/misc/ss.c
index 90da93e..da52d5e 100644
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -2306,7 +2306,6 @@ static void tcp_show_info(const struct nlmsghdr *nlh, struct inet_diag_msg *r,
s.sacked = info->tcpi_sacked;
s.fackets = info->tcpi_fackets;
s.reordering = info->tcpi_reordering;
- s.rcv_space = info->tcpi_rcv_space;
s.rcv_ssthresh = info->tcpi_rcv_ssthresh;
s.cwnd = info->tcpi_snd_cwnd;
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH iproute2 1/1] ss: remove duplicate assignment
2017-12-11 21:24 [PATCH iproute2 1/1] ss: remove duplicate assignment Roman Mashak
@ 2017-12-11 23:57 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2017-12-11 23:57 UTC (permalink / raw)
To: Roman Mashak; +Cc: jhs, netdev
On Mon, 11 Dec 2017 16:24:31 -0500
Roman Mashak <mrv@mojatatu.com> wrote:
> Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Applied and added Fixes: 8250bc9ff4e5 ("ss: Unify inet sockets output")
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-11 23:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-11 21:24 [PATCH iproute2 1/1] ss: remove duplicate assignment Roman Mashak
2017-12-11 23:57 ` Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).