nim-eth/tests/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
..
all_utp_tests.nim Update timestamp and ackNr on packet resend (#444) 2021-12-10 10:18:00 +01:00
test_buffer.nim Add timeout loop (#416) 2021-10-25 09:58:13 +02:00
test_clock_drift_calculator.nim Ledbat congestion control (#443) 2021-12-09 10:52:21 +01:00
test_discv5_protocol.nim Utp top level raises & some clean-up (#445) 2021-12-10 11:12:24 +01:00
test_packets.nim Update timestamp and ackNr on packet resend (#444) 2021-12-10 10:18:00 +01:00
test_protocol.nim Ledbat congestion control (#443) 2021-12-09 10:52:21 +01:00
test_utils.nim Add handling of out of order packets (#418) 2021-11-04 07:38:46 +01:00
test_utp_router.nim Ledbat congestion control (#443) 2021-12-09 10:52:21 +01:00
test_utp_socket.nim Update timestamp and ackNr on packet resend (#444) 2021-12-10 10:18:00 +01:00