aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAge
* Implement Transfer Size Option (RFC 2349, part 2)Reiner Herrmann2019-03-03
|
* Implement Option Extension for clientReiner Herrmann2019-03-03
|
* 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.