mas-bandwidth / reliable

Packet acknowledgement system for UDP
BSD 3-Clause "New" or "Revised" License
594 stars 78 forks source link

Test bug? #31

Closed dbechrd closed 2 months ago

dbechrd commented 2 months ago

I'm pretty sure this is supposed to be sending the packet via context.receiver. Seems like a copy/paste error, no?

https://github.com/mas-bandwidth/reliable/blob/91e98a4abc5aa5a7d5b7f07990581d761e1050f5/reliable.c#L2122

gafferongames commented 2 months ago

Yep. Looks like you are right. Throw in a PR to fix?