A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
dsdv.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2010 Hemanth Narra, Yufei Cheng
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 * Author: Hemanth Narra <hemanth@ittc.ku.com>
7 * Author: Yufei Cheng <yfcheng@ittc.ku.edu>
8 *
9 * James P.G. Sterbenz <jpgs@ittc.ku.edu>, director
10 * ResiliNets Research Group https://resilinets.org/
11 * Information and Telecommunication Technology Center (ITTC)
12 * and Department of Electrical Engineering and Computer Science
13 * The University of Kansas Lawrence, KS USA.
14 *
15 * Work supported in part by NSF FIND (Future Internet Design) Program
16 * under grant CNS-0626918 (Postmodern Internet Architecture),
17 * NSF grant CNS-1050226 (Multilayer Network Resilience Analysis and Experimentation on GENI),
18 * US Department of Defense (DoD), and ITTC at The University of Kansas.
19 */
20
21#ifndef DSDV_H
22#define DSDV_H
23
24/**
25 * \defgroup dsdv DSDV Routing
26 *
27 * This section documents the API of the ns-3 DSDV module. For a
28 * generic functional description, please refer to the ns-3 model
29 * library document.
30 */
31
32#endif /* DSDV_H */