Michael Brown
|
9e1becaf8a
|
Merge TCP aborted(), timedout() and closed() methods into a single
closed() method with a reason code.
|
2006-04-30 16:59:45 +00:00 |
|
Michael Brown
|
04b6a1e004
|
Make all TCP methods optional; at least FTP data is a read-only
connection and so legitimately ignores acked() and senddata().
|
2006-04-30 13:20:40 +00:00 |
|
Michael Brown
|
7af478b30d
|
Make tcp_connect() void; it will eventually have no failure case.
|
2006-04-30 02:13:52 +00:00 |
|
Michael Brown
|
9c9208a132
|
Put the TCP connection periodic processing in tcp.c, where it belongs.
|
2006-04-30 02:08:42 +00:00 |
|
Michael Brown
|
592a5a99c8
|
Moved uIP and tcp.c from proto/ to net/
|
2006-04-30 01:16:37 +00:00 |
|