Re: [tipc-discussion] [net v1 1/1] tipc: allow to build NACK message in link timeout function

2020-07-20 Thread David Miller
From: Tung Nguyen Date: Tue, 21 Jul 2020 08:57:05 +0700 > Commit 02288248b051 ("tipc: eliminate gap indicator from ACK messages") > eliminated sending of the 'gap' indicator in regular ACK messages and > only allowed to build NACK message with enabled probe/probe_reply. > However, necessary

[tipc-discussion] [net v1 1/1] tipc: allow to build NACK message in link timeout function

2020-07-20 Thread Tung Nguyen
Commit 02288248b051 ("tipc: eliminate gap indicator from ACK messages") eliminated sending of the 'gap' indicator in regular ACK messages and only allowed to build NACK message with enabled probe/probe_reply. However, necessary correction for building NACK message was missed in tipc_link_timeout()

Re: [tipc-discussion] [net v1 1/1] tipc: allow to build NACK message in link timeout function

2020-07-16 Thread Jon Maloy
On 7/16/20 1:13 AM, Tung Nguyen wrote: Commit 02288248b051 ("tipc: eliminate gap indicator from ACK messages") eliminated sending of the 'gap' indicator in regular ACK messages and only allowed to build NACK message with enabled probe/probe_reply. However, necessary correction for building

[tipc-discussion] [net v1 1/1] tipc: allow to build NACK message in link timeout function

2020-07-15 Thread Tung Nguyen
Commit 02288248b051 ("tipc: eliminate gap indicator from ACK messages") eliminated sending of the 'gap' indicator in regular ACK messages and only allowed to build NACK message with enabled probe/probe_reply. However, necessary correction for building NACK message was missed in tipc_link_timeout()