tftp

package
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DatagramSize = 516 // the maximum supported datagram size
	BlockSize    = 512 // the DatagramSize minus a 4-byte header
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrCode

type ErrCode uint16
const (
	ErrUnknown ErrCode = iota
	ErrNotFound
	ErrAccessViolation
	ErrDiskFull
	ErrIllegalOp
	ErrUnknownID
	ErrFileExists
	ErrNoUser
)

type OpCode

type OpCode uint16
const (
	OpRRQ OpCode = iota + 1

	// no WRQ support
	OpData
	OpAck
	OpErr
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL