is there a function to ensure the buffers are fully released ?
the only relevant wifi routines my loop contains are..
cb = udp.parsePacket();
udp.read(packetBuffer, PACKET_SIZE);
with global ..
const int PACKET_SIZE = 1536;
byte packetBuffer[PACKET_SIZE]; //buffer to hold incoming and outgoing packets