David A. Mellis
|
ea6a645dc8
|
Fixing bugs in Client::connect() (failed to set _sock to 255 after some connection failures).
|
2009-05-08 13:11:04 +00:00 |
|
David A. Mellis
|
5e89129ba5
|
Fixes to the way the Client class connects and disconnects, as well as checks of whether or not the socket is valid in various functions.
|
2009-04-26 14:58:39 +00:00 |
|
David A. Mellis
|
9dd3491ab3
|
Adding write(str) and write(buf, size) methods to Print class and Ethernet library Client and Server classes. This allows sending a whole string or buffer at once, reducing the number of ethernet packets.
|
2009-04-26 13:10:34 +00:00 |
|
David A. Mellis
|
62505d8136
|
Fixing Ethernet client connect code to properly chance source port each time.
|
2009-02-14 10:27:36 +00:00 |
|
David A. Mellis
|
a4b52f20b5
|
Originating each outgoing network connection from a different source port (in the Client class of the Ethernet library).
Updating readme and todo.
|
2009-01-07 21:16:45 +00:00 |
|
David A. Mellis
|
92797b603e
|
Adding ethernet library.
|
2008-07-30 14:47:36 +00:00 |
|