This series addresses the migration bug I encountered with different (simulated) source and target hosts. While fixing it, I spotted another problem in the migration stream format, with the marshalling of the MSS parameter, so I fixed that as well. Because this represents a change in the migration stream format, but we don't actually bump the version until 3/3, this series should be applied "atomically" - all 3 patches, or none of them. David Gibson (3): migrate, tcp: More careful marshalling of mss parameter during migration migrate, tcp: Migrate RFC7323 timestamp migrate: Bump migration version number migrate.c | 10 ++++++--- tcp.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++- tcp_conn.h | 2 ++ 3 files changed, 74 insertions(+), 4 deletions(-) -- 2.48.1