Add comments for functions.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7039 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
niry
2008-12-16 02:57:53 +00:00
parent 74935bd732
commit dfc1f033ea
19 changed files with 2004 additions and 767 deletions

View File

@@ -1,21 +1,14 @@
/** @file
Copyright (c) 2005 - 2006, Intel Corporation
Copyright (c) 2005 - 2006, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php<BR>
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name:
Tcp4Dispatcher.c
Abstract:
**/
#include "Tcp4Main.h"
@@ -250,7 +243,7 @@ Tcp4FlushPcb (
}
/**
Attach a Tcb to the socket.
Attach a Pcb to the socket.
@param Sk Pointer to the socket of this TCP instance.
@@ -301,7 +294,7 @@ Tcp4AttachPcb (
}
/**
Detach the Tcb of the socket.
Detach the Pcb of the socket.
@param Sk Pointer to the socket of this TCP instance.
@@ -330,7 +323,7 @@ Tcp4DetachPcb (
/**
Configure the Tcb using CfgData.
Configure the Pcb using CfgData.
@param Sk Pointer to the socket of this TCP instance.
@param CfgData Pointer to the TCP configuration data.