arduino-esp32/libraries/WiFi/src
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
..
ETH.cpp Update IDF to 1c3dd23 2018-01-18 00:56:58 +02:00
ETH.h Enable static IP via ethernet (#924) 2017-12-19 14:07:22 +01:00
WiFi.cpp Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFi.h Add initial IPv6 Support 2017-01-06 00:54:50 +02:00
WiFiAP.cpp Prevent exceptions in WiFi if not yet started 2018-07-05 12:28:15 +02:00
WiFiAP.h Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
WiFiClient.cpp Fix Client returning disconnected because of VFS errors 2018-07-16 20:08:27 +02:00
WiFiClient.h Implement RX buffer for WiFi client to speed up small reads 2018-07-05 22:31:58 +02:00
WiFiGeneric.cpp fix WiFi STA going into loop in some cases of disconnect 2018-07-16 22:50:52 +02:00
WiFiGeneric.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiMulti.cpp Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
WiFiMulti.h Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
WiFiScan.cpp Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiScan.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiServer.cpp Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiServer.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiSTA.cpp Prevent exceptions in WiFi if not yet started 2018-07-05 12:28:15 +02:00
WiFiSTA.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiType.h std::functioanl for WFIF event + Minor fix (#1366) 2018-05-14 13:05:49 +02:00
WiFiUdp.cpp Packet with zero data length (#1659) 2018-07-24 19:52:42 +02:00
WiFiUdp.h Add Server and UDP and fix WiFi.hostByName 2016-12-30 02:44:45 +02:00