Note default fspd packet size in documentation

This commit is contained in:
Radim Kolar 2010-10-18 12:46:18 +02:00
parent c5662cb879
commit 6d863fc99f
2 changed files with 7 additions and 5 deletions

View File

@ -3,6 +3,7 @@ Version NEXT
correctly intialize to zero client packet sent statistic counter correctly intialize to zero client packet sent statistic counter
note default timeout values in fsp_env man page note default timeout values in fsp_env man page
setting environment value FSP_TIMEOUT to <=0 uses 4byte maxint value setting environment value FSP_TIMEOUT to <=0 uses 4byte maxint value
note default fspd max packet size in fsp_env man page
Version 2.8.1b26 - 1 Oct 2009 Version 2.8.1b26 - 1 Oct 2009
fver now reports if server can process extra data in input packets. fver now reports if server can process extra data in input packets.

View File

@ -32,11 +32,12 @@ password protected. FSP server can change your access level if you have
provided a correct password. There are 2 access levels: public and owner. provided a correct password. There are 2 access levels: public and owner.
.TP .TP
.B FSP_BUF_SIZE .B FSP_BUF_SIZE
Prefered size of server reply. Default is 1024 which is also maximum Prefered size of server reply. Default for client is 1024 which is also
allowed value by all servers. Some servers can accept larger packets and maximum value required for all FSP servers by protocol specification.
you will get some extra speed with them. Some servers can accept and send larger packets, default value for fspd is 1452.
You can lower that value if you want to get smaller Using larger packets will you give extra speed. For best reliability network transport must be able to send entire packet without need for fragmentation.
packets from server. You can lower size if you want to get smaller packets from server or slow down
client.
.TP .TP
.B FSP_DIR .B FSP_DIR
The current working directory of the client in the FSP server. The current working directory of the client in the FSP server.