1. If UDP data is sent to the client(TM4C129) but the client is busy executing something else(Higher priority interrupts), how long will the data be available to read in case of using LWIP ? (sending UDP packect is also from a TM4C129 board using LWIP)
2. Also, what happens if a second packet is sent before the first one is read, is the first one lost and the next one sitting there waiting to be read?