[tipc-discussion] [PATCH net] tipc: fix implicit-connect for SYN+

2021-07-22 Thread Xin Long
For implicit-connect, when it's either SYN- or SYN+, an ACK should be sent back to the client immediately. It's not appropriate for the client to enter established state only after receiving data from the server. On client side, after the SYN is sent out, tipc_wait_for_connect() should be called

Re: [tipc-discussion] [PATCH net] tipc: fix implicit-connect for SYN+

2021-07-21 Thread Jon Maloy
On 10/07/2021 12:46, Xin Long wrote: For implicit-connect, when it's either SYN- or SYN+, an ACK should be sent back to the client immediately. It's not appropriate for the client to enter established state only after receiving data from the server. On client side, after the SYN is sent out,

[tipc-discussion] [PATCH net] tipc: fix implicit-connect for SYN+

2021-07-10 Thread Xin Long
For implicit-connect, when it's either SYN- or SYN+, an ACK should be sent back to the client immediately. It's not appropriate for the client to enter established state only after receiving data from the server. On client side, after the SYN is sent out, tipc_wait_for_connect() should be called