History log of /barrelfish-master/lib/tftp/server.c
Revision Date Author Comments
# 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>