pypxe / PyPXE

Pure Python PXE (DHCP-(Proxy)/TFTP/HTTP/NBD) Server
MIT License
539 stars 125 forks source link

Added TFTP 'put' Error #106

Closed psychomario closed 9 years ago

psychomario commented 9 years ago

Write opcode error sending was missing from TFTP.

If opcode == write, open socket, send error and mark socket as dead.

mmattioli commented 9 years ago

@psychomario I assume this has been tested? If so, LGTM

psychomario commented 9 years ago

I tested this, yes.