mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-03-06 09:01:34 +00:00
* [NOD-1124] Move Router to the router package. * [NOD-1124] Implement SetOnRouteCapacityReachedHandler. * [NOD-1124] Use Routes instead of bare channels. * [NOD-1124] Fix merge errors. * [NOD-1124] Connect the Router to the Connection. * [NOD-1124] Fix merge errors. * [NOD-1124] Move some variables around. * [NOD-1124] Fix unreachable code. * [NOD-1124] Fix a variable name. * [NOD-1142] Implement ping flows. * [NOD-1142] Add ping flows to startFlows. * [NOD-1142] Fix merge errors. * [NOD-1142] Fix a typo. * [NOD-1142] Add comments to exported functions. * [NOD-1142] Fix bad flow name. * [NOD-1142] Remove a redundant empty line. * [NOD-1142] Fix a typo. * [NOD-1142] Simplify for loop. * [NOD-1142] Rename HandlePing to HandleIncomingPings and StartPingLoop to StartSendingPings. * [NOD-1142] Fix no-longer-infinite loop. * [NOD-1142] Represent ping duration as time.Duration instead of an int64. * [NOD-1142] Rename HandleIncomingPings to ReceivePings and StartSendingPings to SendPings. * [NOD-1142] Move pingInterval to within SendPings. * [NOD-1142] Rephrase a comment.