On 06/01/2022 04:51, D. Wythe wrote: > > One problem for the fallback scenario is that server must actively send decline message to client and wait for the clc proposal message that client may already sent, otherwise the message of SMC handshake may be read by user space application, which will also lead to OOM conditions caused by infinite amount of dangling sockets. > > In that case, we have to make restrictions on 'SMC fallback ing', which makes things more complicated. Thats a good point, I need to think about this ....