mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
gnrc_tcp: cleanup: update doxygen headers
This commit is contained in:
parent
62c0efb20a
commit
a8b8b64036
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -14,9 +14,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief TCP interface definition
|
||||
* @brief Gnrc TCP API
|
||||
*
|
||||
* @author Simon Brummer <simon.brummer@haw-hamburg.de>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
*/
|
||||
|
||||
#ifndef GNRC_TCP_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -14,9 +14,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief TCP configuration, includes buffersizes, timeout durations
|
||||
* @brief Gnrc tcp's configuration
|
||||
*
|
||||
* @author Simon Brummer <simon.brummer@haw-hamburg.de>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
*/
|
||||
|
||||
#ifndef GNRC_TCP_CONFIG_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -14,9 +14,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Transmission Control Block definition
|
||||
* @brief Gnrc tcp's transmission control block
|
||||
*
|
||||
* @author Simon Brummer <simon.brummer@haw-hamburg.de>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
*/
|
||||
|
||||
#ifndef GNRC_TCP_TCB_H
|
||||
|
@ -14,9 +14,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief TCP header and helper functions
|
||||
* @brief TCP header and helper functions
|
||||
*
|
||||
* @author Simon Brummer <brummer.simon@googlemail.com>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
*/
|
||||
|
||||
#ifndef TCP_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -11,9 +11,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief GNRC's TCP implementation
|
||||
* @brief Gnrc tcp's API implementation
|
||||
*
|
||||
* @author Simon Brummer <brummer.simon@googlemail.com>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -11,9 +11,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief GNRC's TCP event processing loop
|
||||
* @brief Implementation of internal/eventloop.h
|
||||
*
|
||||
* @author Simon Brummer <brummer.simon@googlemail.com>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -11,9 +11,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief GNRC's TCP finite state maschine
|
||||
* @brief Implementation of internal/fsm.h
|
||||
*
|
||||
* @author Simon Brummer <brummer.simon@googlemail.com>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -11,9 +11,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief GNRC's TCP option handling related functions
|
||||
* @brief Implementation of internal/option.h
|
||||
*
|
||||
* @author Simon Brummer <brummer.simon@googlemail.com>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
* @}
|
||||
*/
|
||||
#include "assert.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -11,9 +11,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief GNRC's TCP paket related functions
|
||||
* @brief Implementation of internal/pkt.h
|
||||
*
|
||||
* @author Simon Brummer <brummer.simon@googlemail.com>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
* @}
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2016 Simon Brummer <brummer.simon@googlemail.com>
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -7,12 +7,13 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup net_gnrc
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Implementation of tcp_internal/rcvbuf.h
|
||||
* @brief Implementation of internal/rcvbuf.h
|
||||
*
|
||||
* @author Brummer Simon <brummer.simon@googlemail.com>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
*/
|
||||
#include <errno.h>
|
||||
#include "internal/rcvbuf.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -14,9 +14,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Helperfunctions and defines
|
||||
* @brief Internally used common defines, macros and variable declaration
|
||||
*
|
||||
* @author Simon Brummer <brummer.simon@googlemail.com>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
*/
|
||||
|
||||
#ifndef GNRC_TCP_INTERNAL_COMMON_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -14,9 +14,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Definition for gnrc tcp event processing loop
|
||||
* @brief Gnrc TCP's event processing loop delarations
|
||||
*
|
||||
* @author Simon Brummer <brummer.simon@googlemail.com>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
*/
|
||||
|
||||
#ifndef GNRC_TCP_INTERNAL_EVENTLOOP_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -14,9 +14,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Definies function to manipulate a connections state
|
||||
* @brief Gnrc TCP's FSM declarations
|
||||
*
|
||||
* @author Simon Brummer <brummer.simon@googlemail.com>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
*/
|
||||
|
||||
#ifndef GNRC_TCP_INTERNAL_FSM_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -14,9 +14,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Defines and Macros for TCP option handling
|
||||
* @brief TCP option handling function declaration
|
||||
*
|
||||
* @author Simon Brummer <brummer.simon@googlemail.com>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
*/
|
||||
|
||||
#ifndef GNRC_TCP_INTERNAL_OPTION_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -14,9 +14,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Functions for TCP's paket handling
|
||||
* @brief Gnrc tcb's paket handling declarations
|
||||
*
|
||||
* @author Simon Brummer <brummer.simon@googlemail.com>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
*/
|
||||
|
||||
#ifndef GNRC_TCP_INTERNAL_PKT_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Simon Brummer
|
||||
* Copyright (C) 2017 Simon Brummer
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
@ -14,9 +14,9 @@
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Functions for allocating and freeing the receive buffer
|
||||
* @brief Functions for allocating and freeing the receive buffer
|
||||
*
|
||||
* @author Simon Brummer <brummer.simon@googlemail.com>
|
||||
* @author Simon Brummer <simon.brummer@posteo.de>
|
||||
* @}
|
||||
*/
|
||||
#ifndef GNRC_TCP_INTERNAL_RCVBUF_H
|
||||
|
Loading…
Reference in New Issue
Block a user