Re: [tipc-discussion] [PATCH net v1 3/7] tipc: fix flow control accounting for implicit connect

2017-03-20 Thread Jon Maloy
> -Original Message- > From: Parthasarathy Bhuvaragan > Sent: Monday, March 20, 2017 05:10 AM > To: tipc-discussion@lists.sourceforge.net; Jon Maloy > ; Ying Xue > Subject: [PATCH net v1 3/7] tipc: fix flow control accounting for implicit > connect > > In the case of implicit connect me

[tipc-discussion] [PATCH net v1 3/7] tipc: fix flow control accounting for implicit connect

2017-03-20 Thread Parthasarathy Bhuvaragan
In the case of implicit connect message with data > 1K, the flow control accounting is incorrect. At this state, the socket does not know the peer nodes capability and falls back to legacy flow control by return 1, however the receiver of this message will perform the new block accounting. This lea