Re: TFTP sorcerer's apprentice syndrome

2001-08-23 Thread Gerhard Butscher
Hello Peter, Now I used the tftp-hpa-0.21 client with a tftp server (SuSE 6.4, where a tftpd runs in whose binary code I found: tftp-hpa $Id: tftd.c,v 1.4 1999/09/26 07:12:54 hpa Exp). I inserted in tftp/tftp.c after line 285 if (dp->th_block == block) { following lines: if (block == 1) {

Re: TFTP sorcerer's apprentice syndrome

2001-08-14 Thread H. Peter Anvin
Gerhard Butscher wrote: > Hello, > > I am using the linux (SuSE 7.0) tftp server with an embedded > tftp client (running on an embedded target). I changed that > client code and caused by that change a considerable amount of > delay. And the Sorcerer's Apprentice Syndrome appeared: > >>From th

TFTP sorcerer's apprentice syndrome

2001-08-14 Thread Gerhard Butscher
Hello, I am using the linux (SuSE 7.0) tftp server with an embedded tftp client (running on an embedded target). I changed that client code and caused by that change a considerable amount of delay. And the Sorcerer's Apprentice Syndrome appeared: >From that point where the server has sent a du