Introducing new API
API was changed significantly to improve efficiency and make the package more aligned with Go coding best practices and make it more cohesive to io
interfaces.
Features and changes:
- set of supported features is sufficient to implement PXE-boot server (
blksize
,tsize
options) io.ReaderFrom
/io.WriterTo
based implementation allows minimal memory copying during data transfernetascii
transfer mode support