A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
Models
Navigation
index
next
|
previous
|
ns-3
Models
24.
Network Module
24.
Network Module
ΒΆ
24.1. Packets
24.1.1. Packet design overview
24.1.2. Using the packet interface
24.1.2.1. Creating a new packet
24.1.2.2. Adding and removing Buffer data
24.1.2.3. Adding and removing Tags
24.1.2.4. Fragmentation and concatenation
24.1.2.5. Enabling metadata
24.1.3. Sample programs
24.1.4. Implementation details
24.1.4.1. Private member variables
24.1.4.2. Buffer implementation
24.1.4.3. Tags implementation
24.1.4.4. Memory management
24.1.4.5. Copy-on-write semantics
24.2. Error Model
24.2.1. Model Description
24.2.1.1. Design
24.2.1.2. Scope and Limitations
24.2.1.3. References
24.2.2. Usage
24.2.2.1. Helpers
24.2.2.2. Attributes
24.2.2.3. Output
24.2.2.4. Examples
24.2.2.5. Troubleshooting
24.2.3. Validation
24.2.4. Acknowledgements
24.3. Node and NetDevices Overview
24.4. Sockets APIs
24.4.1. ns-3 sockets API
24.4.1.1. Basic operation and calls
24.4.1.2. Creating sockets
24.4.1.3. Using sockets
24.4.2. Packet vs. buffer variants
24.4.3. Sending dummy data
24.4.4. Use of Send() vs. SendTo()
24.4.5. Socket options
24.4.5.1. ToS (Type of Service)
24.4.5.1.1. Setting the ToS with UDP sockets
24.4.5.1.2. Setting the ToS with TCP sockets
24.4.5.2. Priority
24.4.5.2.1. Setting the priority with UDP sockets
24.4.5.2.2. Setting the priority with TCP sockets
24.4.5.2.3. Setting the priority with packet sockets
24.4.6. Socket errno
24.4.7. Example programs
24.4.8. POSIX-like sockets API
24.5. Simple NetDevice
24.6. Queues
24.6.1. Model Description
24.6.1.1. Design
24.6.1.1.1. DropTail
24.6.2. Usage
24.6.2.1. Helpers
24.6.2.2. Output
24.6.2.3. Examples
24.7. Queue limits
24.7.1. Model Description
24.7.1.1. Design
24.7.1.1.1. DynamicQueueLimits
24.7.2. Usage
24.7.2.1. Helpers
Previous topic
23.
Mobility
Next topic
24.1.
Packets
This Page
Show Source
Quick search
Navigation
index
next
|
previous
|
ns-3
Models
24.
Network Module