
Hi Duncan,
On Wed, Jan 10, 2018 at 8:18 PM, Duncan Hare dh@synoia.com wrote:
Date: Wed, 10 Jan 2018 17:54:07 -0800 Subject: [PATCH] git_msg_1
TCP and wget implementation.
Sounds like this should be the title of the series cover letter. I thought we agreed that this should be sent as a series. That means using patman to send all 3 matches to the list as once.
This is the interface and Kconfig files for introducing TCP and wget into u-boot.
Interfaces are in net.c and net.h, ping.c is modified to the new ip send interface, and UDP and TCP have shim procedures call map the protocol interface to the ip interface.
The UDP interface is unchanged, and the existing UDP programs need no changes.
All the code is new, and not copied from any source.
This code should compile.
Next step? git push?
Next step is to get sendmail setup and resend as a series using patman.
And I do wish I could get git send-mail configureg with yahoo.
https://help.yahoo.com/kb/SLN4724.html
Signed-off-by: Duncan Hare DH@synoia.com