Arduino/libraries/Ethernet
David A. Mellis 76641d1a87 Returning CLOSE_WAIT clients in Server::available(). (issue #345).
Otherwise, we miss clients that connect, send data, and disconnect before
we get around to calling available().
2010-09-16 00:59:12 +00:00
..
examples corrected error in barometric pressure server example 2010-09-08 17:42:37 +00:00
utility 1280 -> 1280/2560. 2010-09-08 22:33:33 +00:00
Client.cpp Fixing Client and capitalizing header file names. 2010-08-03 13:36:47 +00:00
Client.h Making Client inherit from Stream, which unforunately means taking peek() out of Stream for now, since there's no immediate implementation for Client. 2010-08-11 18:19:01 +00:00
Ethernet.cpp Fixing Client and capitalizing header file names. 2010-08-03 13:36:47 +00:00
Ethernet.h Fixing Client and capitalizing header file names. 2010-08-03 13:36:47 +00:00
Server.cpp Returning CLOSE_WAIT clients in Server::available(). (issue #345). 2010-09-16 00:59:12 +00:00
Server.h Adding SPI library and revising Ethernet library (Christian Maglie). 2010-08-02 18:59:44 +00:00
Udp.cpp Correcting case of #include's in Ethernet library. 2010-08-17 20:37:17 +00:00
Udp.h Adding SPI library and revising Ethernet library (Christian Maglie). 2010-08-02 18:59:44 +00:00
keywords.txt Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00