ReactOS 0.4.15-dev-7953-g1f49173
tcp.c File Reference
#include "lwip/opt.h"
Include dependency graph for tcp.c:

Go to the source code of this file.

Detailed Description

Transmission Control Protocol for IP

This file contains common functions for the TCP implementation, such as functinos for manipulating the data structures and the TCP timer functions. TCP functions related to input and output is found in tcp_in.c and tcp_out.c respectively.

Definition in file tcp.c.