History log of /barrelfish-master/lib/tftp/tftp_internal.h
Revision Date Author Comments
# 02b38290 05-Apr-2018 Reto Achermann <reto.achermann@inf.ethz.ch>

tftp: don't reuse the buffer when the packet hasn't sent yet

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 27c7137a 06-Jul-2017 Adam Turowski <adam.turowski@inf.ethz.ch>

tftpclient: converting to net sockets
net_sockets: adding local/remote addresses/ports to the net_socket structure
net,dhcp: adding a possibility of setting of static IP

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# ca104bce 25-Jun-2015 Reto Achermann <reto.achermann@inf.ethz.ch>

libtftp: initial commit of a simple tftp client library

generic usage:
tftp_client_connect();
tftp_client_read_file();
tftp_client_disconnect();

Currently, timeouts are not handled.

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>