]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg/TftpDynamicCommand: Clarify the retry count option in command.
authorJiaxin Wu <Jiaxin.wu@intel.com>
Mon, 5 Nov 2018 06:52:30 +0000 (14:52 +0800)
committerJiaxin Wu <Jiaxin.wu@intel.com>
Tue, 6 Nov 2018 07:23:38 +0000 (15:23 +0800)
commit62ea70e3128596c3cd1861386f9dbafaf4a82992
treef5b9b7b923d6bd3fc09b3f0cfd3547775c2237cc
parentfc5b790b3994751247799d5c7bbd8fd1e0770985
ShellPkg/TftpDynamicCommand: Clarify the retry count option in command.

[-c <retry count>] is to define the number of times to transmit request
packets and wait for a response. The default value is 6. But it doesn't
specify the behavior of zero value. Here, The patch is to clear that:
Set to zero also means to use the default value.

Cc: Carsey Jaben <jaben.carsey@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c
ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.uni