This website requires JavaScript.
Explore
Help
Sign In
arduino
/
esp8266
Watch
1
Star
0
Fork
0
You've already forked esp8266
mirror of
https://github.com/esp8266/Arduino.git
synced
2025-11-30 05:24:00 +03:00
Code
Activity
Files
66eb0852f79158a1bda16a30f6f1ea98fc42482c
esp8266
/
libraries
/
Ethernet
/
utility
History
amcewen
81b6c69f29
An improved patch for the Client part of issue 416 (adding a multi-byte read). This one moves all of the checking into recv, so that single-byte reads also benefit. It also returns -1 if there's no data available unless we've reached EOF, in which case it returns 0.
2011-01-02 22:21:24 +00:00
..
socket.cpp
An improved patch for the Client part of issue 416 (adding a multi-byte read). This one moves all of the checking into recv, so that single-byte reads also benefit. It also returns -1 if there's no data available unless we've reached EOF, in which case it returns 0.
2011-01-02 22:21:24 +00:00
socket.h
Adding Client::peek() in Ethernet library (issue
#349
).
2010-09-16 01:11:19 +00:00
w5100.cpp
Adding Client::peek() in Ethernet library (issue
#349
).
2010-09-16 01:11:19 +00:00
w5100.h
Adding Client::peek() in Ethernet library (issue
#349
).
2010-09-16 01:11:19 +00:00