Schuemi f1f8d7e306 Packet with zero data length (#1659)
If you receive a package with a data length of zero, parsePacket returns 0, but rx_buffer will exist. So if another parsePacket with no read access returns to zeros, there is still data that can be read. This example would not work: https://www.arduino.cc/en/Reference/EthernetUDPParsePacket

Also I added a check if rx_buffer exit when you try to flush it.
2018-07-24 19:52:42 +02:00
..
2018-07-03 21:51:24 +02:00
2018-07-24 19:52:42 +02:00
2016-10-06 07:09:44 -06:00
2016-10-06 07:09:44 -06:00