Skip to content

Commit 6b4e35b

Browse files
Add documentation on ChainSync timeout changes in the network spec
1 parent 6f493ea commit 6b4e35b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/network-spec/miniprotocols.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,13 +934,15 @@ \subsection{Node-to-node timeouts per state}
934934
The table~\ref{table:chain-sync-timeouts} specifies message timeouts in a given
935935
state. 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}

0 commit comments

Comments
 (0)