This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Arduino
Watch
1
Star
0
Fork
0
You've already forked Arduino
mirror of
https://github.com/arduino/Arduino.git
synced
2025-03-01 23:29:28 +01:00
Code
Issues
Releases
Activity
Arduino
/
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