pypxe / PyPXE

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

Always Seek to Correct Block #100

Closed psychomario closed 9 years ago

psychomario commented 9 years ago

Always seek to the block we want to read.

I don't think there is any unneccessary overhead as .seek() doesn't actually read the file, just moves the .read() pointer.

Fixes #98

mmattioli commented 9 years ago

LGTM although I think you should wait until #99 is merged because this might require a rebase.

psychomario commented 9 years ago

rebased up to #99 now

mmattioli commented 9 years ago

LGTM