nim-eth/eth/utp
Kim De Mey 41d2d3c991
Utp top level raises & some clean-up (#445)
* Add few missing top level raises Defect in uTP

- Add top level {.push raises: [Defect].}
- remove some local raises, including some unneeded
CatchableErrors.
- Don't export messageHandler (avoiding annoying naming collisions)
- export utp_router as those connection callbacks are in the API

* Add some missing copyright clauses

* Some ident and max line length cleanup

* Rename utp_discv5_protocol.nim to be more consistent
2021-12-10 11:12:24 +01:00
..
clock_drift_calculator.nim Ledbat congestion control (#443) 2021-12-09 10:52:21 +01:00
delay_histogram.nim Ledbat congestion control (#443) 2021-12-09 10:52:21 +01:00
growable_buffer.nim Utp top level raises & some clean-up (#445) 2021-12-10 11:12:24 +01:00
ledbat_congestion_control.nim Utp top level raises & some clean-up (#445) 2021-12-10 11:12:24 +01:00
packets.nim Update timestamp and ackNr on packet resend (#444) 2021-12-10 10:18:00 +01:00
send_buffer_tracker.nim Ledbat congestion control (#443) 2021-12-09 10:52:21 +01:00
utp.nim Ledbat congestion control (#443) 2021-12-09 10:52:21 +01:00
utp_discv5_protocol.nim Utp top level raises & some clean-up (#445) 2021-12-10 11:12:24 +01:00
utp_protocol.nim Utp top level raises & some clean-up (#445) 2021-12-10 11:12:24 +01:00
utp_router.nim Utp top level raises & some clean-up (#445) 2021-12-10 11:12:24 +01:00
utp_socket.nim Utp top level raises & some clean-up (#445) 2021-12-10 11:12:24 +01:00
utp_utils.nim Ledbat congestion control (#443) 2021-12-09 10:52:21 +01:00