mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-07 15:04:39 +08:00
tcp.c: Partly undo Simon's changes from today (repairs doxygen docs)
This commit is contained in:
parent
10332773ff
commit
1631307bb3
@ -2,6 +2,15 @@
|
|||||||
* @file
|
* @file
|
||||||
* Transmission Control Protocol for IP
|
* Transmission Control Protocol for IP
|
||||||
* See also @ref tcp_raw
|
* See also @ref tcp_raw
|
||||||
|
*
|
||||||
|
* @defgroup tcp_raw TCP
|
||||||
|
* @ingroup callbackstyle_api
|
||||||
|
* Transmission Control Protocol for IP\n
|
||||||
|
* @see @ref raw_api and @ref netconn
|
||||||
|
*
|
||||||
|
* Common functions for the TCP implementation, such as functinos
|
||||||
|
* for manipulating the data structures and the TCP timer functions. TCP functions
|
||||||
|
* related to input and output is found in tcp_in.c and tcp_out.c respectively.\n
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -36,17 +45,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @defgroup tcp_raw TCP
|
|
||||||
* @ingroup raw_api
|
|
||||||
* Transmission Control Protocol for IP\n
|
|
||||||
* @see @ref raw_api and @ref netconn
|
|
||||||
*
|
|
||||||
* Common functions for the TCP implementation, such as functinos
|
|
||||||
* for manipulating the data structures and the TCP timer functions. TCP functions
|
|
||||||
* related to input and output is found in tcp_in.c and tcp_out.c respectively.\n
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "lwip/opt.h"
|
#include "lwip/opt.h"
|
||||||
|
|
||||||
#if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
|
#if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user