Re: [PATCH v4 0/6] *** Add Multifd support for TLS migration ***

2020-09-24 Thread Dr. David Alan Gilbert
* Chuan Zheng (zhengch...@huawei.com) wrote: > v3 -> v4: > still use MigrationState field and save hostname in > migration_tls_channel_connect > remove MigrationState from MultiFDSendParams > > v2 -> v3: > rebase patches on master > > v1 -> v2: > fix memoryleak of MigrationState

[PATCH v4 0/6] *** Add Multifd support for TLS migration ***

2020-09-14 Thread Chuan Zheng
v3 -> v4: still use MigrationState field and save hostname in migration_tls_channel_connect remove MigrationState from MultiFDSendParams v2 -> v3: rebase patches on master v1 -> v2: fix memoryleak of MigrationState hostname add tls_hostname into MultiFDSendParams for handsha