summaryrefslogtreecommitdiff
path: root/src/tftpc.rs
Commit message (Collapse)AuthorAge
* Don't hardcode opcode values everywhereReiner Herrmann2019-03-03
|
* Move main tftp module into lib to be used as crateReiner Herrmann2019-03-02
| | | | | Otherwise compiler throws warnings about unused symbols, if not every public function is used in every module importing it.
* Implement TFTP clientReiner Herrmann2019-03-02
no support for TFTP Options yet