Displaying 1 result from an estimated 1 matches for "65535c".
Did you mean:
65535
2000 Nov 22
0
fds closed after SIGCHLD bug still in newest version
...Florian Wunderlich wrote:
> > Markus Friedl wrote:
> > >
> > > are you using protocol 1 or 2? how big is the tar file?
> >
> > Protocol 2, although I do not think this make a difference.
> >
> > The smallest tar locally created was just 64k (exactly, 65535c), where
> > it should be around 80k. The size of the file that is locally created
> > varies randomly; most often it is around 72k. A better check for the
> > actual size is probably this:
> >
> > main:~$ dd if=/dev/zero bs=1c count=1000 | wc -c
> > 1000+0 record...