Re: [PATCH net v2 1/1] tipc: only process unicast on intended node

2016-05-01 Thread David Miller
From: Jon Maloy Date: Fri, 29 Apr 2016 10:40:24 -0400 > From: Hamish Martin > > We have observed complete lock up of broadcast-link transmission due to > unacknowledged packets never being removed from the 'transmq' queue. This > is traced to nodes having their ack field set beyond the sequence

[PATCH net v2 1/1] tipc: only process unicast on intended node

2016-04-29 Thread Jon Maloy
From: Hamish Martin We have observed complete lock up of broadcast-link transmission due to unacknowledged packets never being removed from the 'transmq' queue. This is traced to nodes having their ack field set beyond the sequence number of packets that have actually been transmitted to them. Co