Module: TFTP::Protocol
- Defined in:
- lib/tftp/protocol.rb
Defined Under Namespace
Classes: ACK, Data, Error, RRQ, WRQ
Constant Summary collapse
- OP_RRQ =
Opcodes
1- OP_WRQ =
Read request
2- OP_DATA =
Write request
3- OP_ACK =
Data
4- OP_ERROR =
Acknowledgment
5- MIN_PACKET_SIZE =
Error
4- MAX_PACKET_SIZE =
Minimum packet size
516- DATABLOCK_SIZE =
Maximum packet size
512- VALID_MODES =
Size of blocks used to send files
['netascii', 'octet']