Re: [tipc-discussion] [PATCH net-next 5/8] tipc: add probe recv and state transition

2021-09-09 Thread Jon Maloy
On 06/07/2021 14:22, Xin Long wrote: This patch is to receive and process the probe ack by checking msg_max_pkt() == l->pl.probe_size then does state transition in tipc_link_pl_recv(). For the details, see: https://lwn.net/Articles/860385/ Signed-off-by: Xin Long --- net/tipc/link.c

[tipc-discussion] [PATCH net-next 5/8] tipc: add probe recv and state transition

2021-07-06 Thread Xin Long
This patch is to receive and process the probe ack by checking msg_max_pkt() == l->pl.probe_size then does state transition in tipc_link_pl_recv(). For the details, see: https://lwn.net/Articles/860385/ Signed-off-by: Xin Long --- net/tipc/link.c | 48