Next:
1 Overview
Simulation Environment Overview
15-441 Project 2 and 3, Fall 2001
1 Overview
2 Building the kernel and running a network simulation
2.1 Network configuration file
3 Building and running user programs
4 The
pbuf
structure
5 Interacting with the link layer
5.1 The network interface list
5.2 Handing packets to the network interface for transmission
5.3 Getting packets received by the network interface
6 The Socket API
6.0.1 The
Socket()
call
6.0.2 The
Recvfrom()
call
6.0.3 The
Sendto()
call
6.0.4 The
Write()
call
6.0.5 The
Setsockopt()
call
7 TCP
8 Special IP addresses
8.1 The IP address
INADDR_ANY
8.2 The IP address
INADDR_BROADCAST
9 Routing Sockets
10 ICMP
11 Internet checksum: the
in_cksum()
function
Bibliography
About this document ...
Next:
1 Overview