Tweak recently altered TFTP code.

This commit is contained in:
Simon Kelley
2025-08-21 16:19:58 +01:00
parent 06e2d479c9
commit 9a566c0913
2 changed files with 18 additions and 15 deletions

View File

@@ -1117,8 +1117,9 @@ struct tftp_file {
struct tftp_transfer {
int sockfd;
u16 block_hi, ackprev;
time_t retransmit, start;
unsigned int lastack, block, ackblock, blocksize, windowsize, timeout, expansion;
unsigned int lastack, block, blocksize, windowsize, timeout, expansion;
off_t offset;
union mysockaddr peer;
union all_addr source;