File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -934,13 +934,15 @@ \subsection{Node-to-node timeouts per state}
934934The table~\ref {table:chain-sync-timeouts } specifies message timeouts in a given
935935state. If a timeout is violated, the connection SHOULD be torn down.
936936
937+ The timeout on state \StMustReply {} only applies if the peer is not trustable.
938+
937939\begin {table }[h!]
938940 \begin {center }
939941 \begin {tabular }{l|r}
940942 \header {state} & \header {timeout} \\\hline
941943 \StIdle & \texttt {3673 }s \\
942944 \StCanAwait & \texttt {10 }s \\
943- \StMustReply & random between \texttt {135 }s and \texttt {269 }s \\
945+ \StMustReply & random between \texttt {601 }s and \texttt {911 }s \\
944946 \StIntersect & \texttt {10 }s \\
945947 \end {tabular }
946948 \caption {timeouts per state}
You can’t perform that action at this time.
0 commit comments