Skip to content

Commit

Permalink
Add issue number to TODO comment for #1656
Browse files Browse the repository at this point in the history
  • Loading branch information
intricate committed Feb 20, 2020
1 parent c4a94c4 commit 039066b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ txSubmissionInbound
txSubmissionInbound _tracer maxUnacked recentTxIdsVar mpWriter =
TxSubmissionServerPipelined (serverIdle Zero initialServerState)
where
--TODO: replace these fixed limits by policies based on TxSizeInBytes
-- and delta-Q and the bandwidth/delay product.
-- TODO #1656: replace these fixed limits by policies based on
-- TxSizeInBytes and delta-Q and the bandwidth/delay product.
-- These numbers are for demo purposes only, the throughput will be low.
maxTxIdsToRequest = 3 :: Word16
maxTxToRequest = 2 :: Word16
Expand Down

0 comments on commit 039066b

Please sign in to comment.