]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Tcp6.h
According to the latest UEFI 2.3 errata B, the following changes are made:
[mirror_edk2.git] / MdePkg / Include / Protocol / Tcp6.h
index 7b851796cf86a0de5e0d718dc797bc10bbbb909d..fc1f9ef04ef198be6c33a34e80fe6b11e7d22f6d 100644 (file)
@@ -4,7 +4,7 @@
   and destroy child of the driver to communicate with other host using TCP protocol.\r
   The EFI TCPv6 Protocol provides services to send and receive data stream.\r
 \r
-  Copyright (c) 2008 - 2009, Intel Corporation\r
+  Copyright (c) 2008 - 2010, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -291,6 +291,7 @@ typedef struct {
   ///                           either by instance itself or the communication peer.\r
   /// EFI_CONNECTION_REFUSED:   The receiving or transmission operation fails because this \r
   ///                           connection is refused.\r
+  ///                           Note: It is not defined in UEFI 2.3 Specification.\r
   /// EFI_ABORTED:              The active open is aborted.\r
   /// EFI_TIMEOUT:              The connection establishment timer expires and \r
   ///                           no more specific information is available.\r
@@ -306,6 +307,7 @@ typedef struct {
   ///                           out and some other ICMP error is received.\r
   /// EFI_DEVICE_ERROR:         An unexpected system or network error occurred.\r
   /// EFI_SECURITY_VIOLATION:   The active open was failed because of IPSec policy check.\r
+  /// EFI_NO_MEDIA:             There was a media error.\r
   /// \r
   EFI_TCP6_COMPLETION_TOKEN CompletionToken;\r
 } EFI_TCP6_CONNECTION_TOKEN;\r
@@ -414,6 +416,7 @@ typedef struct {
   /// EFI_CONNECTION_FIN:       The receiving operation fails because the communication peer \r
   ///                           has closed the connection and there is no more data in the \r
   ///                           receive buffer of the instance.\r
+  ///                           Note: It is not defined in UEFI 2.3 Specification.\r
   /// EFI_CONNECTION_RESET:     The receiving or transmission operation fails\r
   ///                           because this connection is reset either by instance \r
   ///                           itself or the communication peer.\r
@@ -433,6 +436,7 @@ typedef struct {
   /// EFI_DEVICE_ERROR:         An unexpected system or network error occurs.\r
   /// EFI_SECURITY_VIOLATION:   The receiving or transmission \r
   ///                           operation was failed because of IPSec policy check\r
+  /// EFI_NO_MEDIA:             There was a media error.\r
   ///\r
   EFI_TCP6_COMPLETION_TOKEN CompletionToken;\r
   union {\r