Skip to content

Commit

Permalink
Add issue number to TODO comment in txSubmissionInbound
Browse files Browse the repository at this point in the history
  • Loading branch information
intricate committed Mar 5, 2020
1 parent 9de73b5 commit 569abc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ txSubmissionInbound
txSubmissionInbound _tracer maxUnacked mpReader 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 569abc0

Please sign in to comment.