After reading both manual pages, our TCP_MAXUNACKTIME is fairly similar to the TCP_USER_TIMEOUT, the only considerable difference is ours is in seconds and linux's in milliseconds.
Round up linux's in setsockopt(2) and clamp ours to UINT_MAX.
Used nowadays by the tokio-runtime and sqlx-sqlite.