Closed janaiyengar closed 5 years ago
The code used packet_num as a static int, which made it a shared variable across instances of DropListErrorModel, meaning that packet counts were global, and not just in one direction. This PR fixes it.
The code used packet_num as a static int, which made it a shared variable across instances of DropListErrorModel, meaning that packet counts were global, and not just in one direction. This PR fixes it.