Skip to content

Commit

Permalink
readme: add description about the connection timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 authored and jyao1 committed May 29, 2024
1 parent 2ec42f2 commit 068999a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,12 @@ echo "qom-set /objects/tdx0/ migtd-pid $(pgrep migtd-src)" | nc -U /tmp/qmp-sock
echo "qom-set /objects/tdx0/ migtd-pid $(pgrep migtd-dst)" | nc -U /tmp/qmp-sock-dst
```

### Network connection timeout

Communication channel between two MigTDs relies on the network connection built by host. MigTD
sets a timeout for network connection, which requires the connection needs to be setup within 8
seconds after triggering the pre-migration. Please note that the timeout duration is not
configurable.

## Reproducible Build

Expand Down

0 comments on commit 068999a

Please sign in to comment.