todo update

This commit is contained in:
hsn 2005-03-25 19:07:47 +00:00
parent f9d0584988
commit 37783ec0ee
3 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,9 @@
Version NEXT Version NEXT
removed test for size of penis in configure.ac removed test for size of penis in configure.ac
corrected misleading comment in client/lib.c corrected misleading comment in client/lib.c
default packetsize changed to maximum 1500 mtu Ethernet default packetsize changed to do best fit into maximum 1500 mtu
Ethernet frame. This is needed for speedup the booting of
Etherboot clients.
PROTOCOL: when computing checksum declare *t as unsigned char * type PROTOCOL: when computing checksum declare *t as unsigned char * type
Version 2.8.1b24 - 19 Feb 2005 Version 2.8.1b24 - 19 Feb 2005

1
TODO
View File

@ -49,6 +49,7 @@ report number of clients connected, size of hostable in new command
possible? special defence against rapid/double fire clients (burst command in fspclient) possible? special defence against rapid/double fire clients (burst command in fspclient)
Native Supports for symbolic links (needed for mirroring Debian) Native Supports for symbolic links (needed for mirroring Debian)
new LSTAT COMMAND, new MAKELINK command new LSTAT COMMAND, new MAKELINK command
command line arguments should have preference over config file
SERVER DIR LISTINGS SERVER DIR LISTINGS
Server should save .FSP_CONTENT using 1k size directory blocks Server should save .FSP_CONTENT using 1k size directory blocks

View File

@ -124,7 +124,7 @@
make it impossible (See <xref linkend="keying">). make it impossible (See <xref linkend="keying">).
<para> <para>
All TCP protocols have on normal networks All TCP protocols have on normal networks
(max 15% packet loss) higher transfer rate than FSP. (max 10% packet loss) higher transfer rate than FSP.
FSP is clean winner when it comes to overloaded sites or lines. FSP is clean winner when it comes to overloaded sites or lines.
These benchmarks were performed on 10Mbit LAN with zero traffic. These benchmarks were performed on 10Mbit LAN with zero traffic.
Transfer rate is quite slow even for 10Mb because one of testing Transfer rate is quite slow even for 10Mb because one of testing
@ -174,7 +174,7 @@
TFTP: more widely used, standardized in RFC, most network cards TFTP: more widely used, standardized in RFC, most network cards
can boot image via TFTP. can boot image via TFTP.
<para> <para>
FSP: about 1.5-times faster because of 1k packet size, FSP: about 1.5-times faster because of 1k-1.4k packet size,
supports directory listings, supports directory listings,
can query file date and size, can query file date and size,
can provide random access to file and supports opening can provide random access to file and supports opening