nim-eth/eth/utp
KonradStaniec fd4f78d1c0
Add timeout loop (#416)
* Modify outbuffer

Each element of outbuffer keeps encoded packet ,number
of transmissions of givern packet and information if
given packet needs to be re-send.

* Add initial handling of timeouts

* Add tests for syn re-sends
2021-10-25 09:58:13 +02:00
..
growable_buffer.nim Add timeout loop (#416) 2021-10-25 09:58:13 +02:00
packets.nim Add sending and receiving data procedures (#407) 2021-10-19 13:36:57 +02:00
utp.nim Add timeout loop (#416) 2021-10-25 09:58:13 +02:00
utp_protocol.nim Add timeout loop (#416) 2021-10-25 09:58:13 +02:00