reboss / RapidOnsetAdHocNetwork

waffle.io for our multihop ad hoc network
0 stars 1 forks source link

Change line 118 so that the if statement doesn't always evaluate to true. #15

Closed reboss closed 7 years ago

reboss commented 7 years ago

if (ACK) should be replaced with if (acknowledged)