patch-tftp_def_c 465 B

1234567891011
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- atftp-0.7.orig/tftp_def.c 2004-02-13 04:16:09.000000000 +0100
  3. +++ atftp-0.7/tftp_def.c 2008-10-09 11:58:48.000000000 +0200
  4. @@ -37,6 +37,7 @@ struct tftp_opt tftp_default_options[OPT
  5. { "timeout", "5", 0, 1 }, /* 2348, 2349, 2090. */
  6. { "blksize", "512", 0, 1 }, /* This is the default option */
  7. { "multicast", "", 0, 1 }, /* structure */
  8. + { "retry", "5", 0, 1 },
  9. { "", "", 0, 0}
  10. };