nim-eth/tests/utp
KonradStaniec 8ef6b13b1b
Add event loop to socket (#475)
- add eventLoop to control all incoming events
- change semantic of write to asynchronously block only when send buffer is full, and not when bytes do not fit into send window
- change handling of receive buffer, to start dropping packets if the reorder buffer and receive buffer are full. Old behaviour was to async block unless there is space which could lead to resource exhaustion attacks
2022-02-24 18:22:44 +01:00
..
all_utp_tests.nim Add more tests stressing conccurent reading and writing on utp socket (#474) 2022-02-10 08:05:44 +01:00
test_buffer.nim CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
test_clock_drift_calculator.nim CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
test_discv5_protocol.nim Add DiscoveryConfig to tune routing table ip limits and bitPerHops (#471) 2022-02-02 15:29:45 +01:00
test_packets.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
test_protocol.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
test_protocol_integration.nim Add event loop to socket (#475) 2022-02-24 18:22:44 +01:00
test_utils.nim Add event loop to socket (#475) 2022-02-24 18:22:44 +01:00
test_utp_router.nim Add event loop to socket (#475) 2022-02-24 18:22:44 +01:00
test_utp_socket.nim Add event loop to socket (#475) 2022-02-24 18:22:44 +01:00
test_utp_socket_sack.nim Add event loop to socket (#475) 2022-02-24 18:22:44 +01:00
utp_packet_test_vectors.nim Test vectors upt decoding/encoding (#458) 2022-01-07 10:38:36 +01:00