summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Tcp4.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-18 02:19:18 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-18 02:19:18 +0000
commit3a7afaf648c2752377a240000dcad09a29719188 (patch)
tree8c55d20f20fac1febd7e25acc78dfc99a96f1ebd /MdePkg/Include/Protocol/Tcp4.h
parentabbfadd7919f2c760d9de877e040c6ae96f40e94 (diff)
downloadedk2-3a7afaf648c2752377a240000dcad09a29719188.zip
edk2-3a7afaf648c2752377a240000dcad09a29719188.tar.gz
edk2-3a7afaf648c2752377a240000dcad09a29719188.tar.bz2
Add some comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9280 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Tcp4.h')
-rw-r--r--MdePkg/Include/Protocol/Tcp4.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/Tcp4.h b/MdePkg/Include/Protocol/Tcp4.h
index 71aec84..c0652a6 100644
--- a/MdePkg/Include/Protocol/Tcp4.h
+++ b/MdePkg/Include/Protocol/Tcp4.h
@@ -128,6 +128,7 @@ typedef struct {
/// either by instance itself or the communication peer.
/// EFI_CONNECTION_REFUSED: The connect fails because this connection is initiated with
/// an active open and the connection is refused.
+ /// Note: It is not defined in UEFI 2.3 Specification.
/// EFI_ABORTED: The active open is aborted.
/// EFI_TIMEOUT: The connection establishment timer expires and
/// no more specific information is available.
@@ -180,6 +181,7 @@ typedef struct {
/// EFI_CONNECTION_FIN: The receiving operation fails because the communication peer
/// has closed the connection and there is no more data in the
/// receive buffer of the instance.
+ /// Note: It is not defined in UEFI 2.3 Specification.
/// EFI_CONNECTION_RESET: The receiving or transmission operation fails
/// because this connection is reset either by instance
/// itself or the communication peer.
@@ -513,6 +515,7 @@ EFI_STATUS
transmission or receive queue. It has either
completed or wasn't issued by Transmit() and Receive().
@retval EFI_UNSUPPORTED The implementation does not support this function.
+ Note: It is not defined in UEFI 2.3 Specification.
**/
typedef