ethereum / utp

uTorrent transport protocol
MIT License
28 stars 13 forks source link

fix: if recv is using one way acks count reset as acknowledgment #126

Closed KolbyML closed 8 months ago

KolbyML commented 8 months ago

If we sent our fin packet and receieve a reset on the connection we should count this as a success because that is how one way ack implementations will handle 2 way ack implementations

KolbyML commented 8 months ago

Closing in favour of https://github.com/ethereum/utp/pull/118