Skip to content

Introducing new API

Compare
Choose a tag to compare
@pin pin released this 07 Jul 00:38
· 133 commits to master since this release

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 transfer
  • netascii transfer mode support