audk/ShellPkg/Library/UefiShellNetwork1CommandsLib
Subramanian, Sriram (EG Servers Platform SW) 80f7a8f5f9 ShellPkg:Ping: Ping command hangs with intermittent packet losses
When we have intermittent loss of packets, ping command doesnt
return to Shell prompt. It keeps looping in the while (Status
==EFI_NOT_READY) since Private->RxCount will never reach
Private->SendNum. Addresses the issue with the use of a new varibale
in the PRIVATE structure.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hegde, Nagaraj P <nagaraj-p.hegde@hpe.com>
Reviewed-by: Sriram Subramanian <sriram-s@hpe.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
2016-07-07 08:00:50 -07:00
..
Ifconfig.c ShellPkg: Update 'ifconfig -r' implementation 2016-03-03 15:27:24 +08:00
Ping.c ShellPkg:Ping: Ping command hangs with intermittent packet losses 2016-07-07 08:00:50 -07:00
UefiShellNetwork1CommandsLib.c Clean up the private GUID definition in module Level. 2011-09-21 01:56:00 +00:00
UefiShellNetwork1CommandsLib.h ShellPkg: Update ping/ifconfig library source code to consume Ip4Config2 protocol. 2015-07-08 02:53:41 +00:00
UefiShellNetwork1CommandsLib.inf ShellPkg: use UEFI_APPLICATION module type for Shell components 2015-08-25 14:54:36 +00:00
UefiShellNetwork1CommandsLib.uni ShellPkg: Enhance ping to select the interface automatically 2016-04-29 11:32:17 +08:00