From 6d863fc99fcb2612d4c9d95ae00c0ba0a4aec50f Mon Sep 17 00:00:00 2001 From: Radim Kolar <> Date: Mon, 18 Oct 2010 12:46:18 +0200 Subject: [PATCH] Note default fspd packet size in documentation --- ChangeLog | 1 + man/fsp_env.7 | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 51a3eb3..d619c6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Version NEXT correctly intialize to zero client packet sent statistic counter note default timeout values in fsp_env man page 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 fver now reports if server can process extra data in input packets. diff --git a/man/fsp_env.7 b/man/fsp_env.7 index 6279df8..dca4dbf 100644 --- a/man/fsp_env.7 +++ b/man/fsp_env.7 @@ -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. .TP .B FSP_BUF_SIZE -Prefered size of server reply. Default is 1024 which is also maximum -allowed value by all servers. Some servers can accept larger packets and -you will get some extra speed with them. -You can lower that value if you want to get smaller -packets from server. +Prefered size of server reply. Default for client is 1024 which is also +maximum value required for all FSP servers by protocol specification. +Some servers can accept and send larger packets, default value for fspd is 1452. +Using larger packets will you give extra speed. For best reliability network transport must be able to send entire packet without need for fragmentation. +You can lower size if you want to get smaller packets from server or slow down +client. .TP .B FSP_DIR The current working directory of the client in the FSP server.