NetworkPkg: Increase HTTP buffer size and enable TCP window scaling
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4505 This gives something like ~3 fold throughput boost. Cc: Saloni Kasbekar <saloni.kasbekar@intel.com> Cc: Zachary Clark-williams <zachary.clark-williams@intel.com> Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com> Reviewed-by: Saloni Kasbekar <saloni.kasbekar@intel.com> Acked-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
d4ae5df711
commit
b240eab035
@@ -37,7 +37,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
#define HTTP_TOS_DEAULT 8
|
||||
#define HTTP_TTL_DEAULT 255
|
||||
#define HTTP_BUFFER_SIZE_DEAULT 65535
|
||||
#define HTTP_BUFFER_SIZE_DEAULT 0x200000
|
||||
#define HTTP_MAX_SYN_BACK_LOG 5
|
||||
#define HTTP_CONNECTION_TIMEOUT 60
|
||||
#define HTTP_DATA_RETRIES 12
|
||||
|
Reference in New Issue
Block a user