File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
tools/testing/selftests/net/mptcp Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1086,7 +1086,6 @@ static void __flush_addrs(struct list_head *list)
10861086static void __reset_counters (struct pm_nl_pernet * pernet )
10871087{
10881088 WRITE_ONCE (pernet -> add_addr_signal_max , 0 );
1089- WRITE_ONCE (pernet -> add_addr_accept_max , 0 );
10901089 WRITE_ONCE (pernet -> local_addr_max , 0 );
10911090 pernet -> addrs = 0 ;
10921091}
Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ set_limits 1 9 2>/dev/null
198198check " get_limits" " ${default_limits} " " subflows above hard limit"
199199
200200set_limits 8 8
201+ flush_endpoint # # to make sure it doesn't affect the limits
201202check " get_limits" " $( format_limits 8 8) " " set limits"
202203
203204flush_endpoint
You can’t perform that action at this time.
0 commit comments