mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
NetworkPkg: RFC1323 definition changed to RFC7323
According to UEFI spec 2.10, the definition of RFC1323 has changed to RFC7323 on EFI_TCP6_OPTION. So align this change on NetworkPkg. REF: UEFI spec 2.10 section 28.2.5 Signed-off-by: Suqiang Ren <suqiangx.ren@intel.com> Cc: Saloni Kasbekar <saloni.kasbekar@intel.com> Cc: Zachary Clark-williams <zachary.clark-williams@intel.com> Reviewed-by: Saloni Kasbekar <saloni.kasbekar@intel.com>
This commit is contained in:
parent
638e4ca238
commit
682a5ed1a2
@ -1177,7 +1177,7 @@ TcpInput (
|
||||
//
|
||||
if (TCP_FLG_ON (Option.Flag, TCP_OPTION_RCVD_TS)) {
|
||||
//
|
||||
// update TsRecent as specified in page 16 RFC1323.
|
||||
// update TsRecent as specified in page 17 RFC7323.
|
||||
// RcvWl2 equals to the variable "LastAckSent"
|
||||
// defined there.
|
||||
//
|
||||
|
@ -277,7 +277,7 @@ struct _TCP_CONTROL_BLOCK {
|
||||
BOOLEAN ProbeTimerOn; ///< If TRUE, the probe time is on.
|
||||
|
||||
//
|
||||
// RFC1323 defined variables, about window scale,
|
||||
// RFC7323 defined variables, about window scale,
|
||||
// timestamp and PAWS
|
||||
//
|
||||
UINT8 SndWndScale; ///< Wndscale received from the peer.
|
||||
|
Loading…
x
Reference in New Issue
Block a user