A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
network.h
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: GPL-2.0-only
3 *
4 */
5
6#ifndef NETWORK_H
7#define NETWORK_H
8
9/**
10 * \defgroup network Network
11 *
12 * This section documents the API of the ns-3 network module. For a generic functional description,
13 * please refer to the ns-3 manual.
14 */
15
16#endif /* NETWORK_H */