Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 1996 17:06:38 -0700 (PDT)
From:      Jean-Marc Zucconi <jmz>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/fetch main.c
Message-ID:  <199607050006.RAA20766@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmz         96/07/04 17:06:37

  Modified:    usr.bin/fetch  main.c
  Log:
  Back out previous commit: do not use read(), but fread (). Change BUFFER_SIZE
  to 1K to avoid waiting too long between 2 progress reports in the case of a
  slow transfer.
  Move the signal()/setitimer() code just before the read loop because the
  ftpio library set and reset the timer internally.
  
  Revision  Changes    Path
  1.8       +11 -11    src/usr.bin/fetch/main.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607050006.RAA20766>