RE: [Etherboot-developers] Re: Patch for TFTP-multicast released
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Timothy L. <tl...@ro...> - 2003-08-28 00:24:39
|
> > Is it possible that a proto_atftp.c needs to be written for atftp? > > It is more likely that proto_tftm.c or possibly atftp needs to be bug > fixed. I don't know that either of them has had any interoperability > testing. > Yes, you are correct. It looks like the server Anselm used was fairly simple. There were a number of issues that had to be resolved related to the way that server was responding. It looks like the server kept the port that it was initially contacted on so the code did not extract the src port from the udp). I am now able to download the file, but I think there are some bugs in the code to allocate and reassemble the file since I get an invalid file. I should sort it out fairly soon. Since my code is a hack of the current code, I would recommend either a rewrite of the current implementation or IMO a better solution: adding the multicast option to the standard tftp code. If I understand what I have seen so far, it should be a fairly minor change. Comments? Tim --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.512 / Virus Database: 309 - Release Date: 8/19/2003 |